respond<T> abstract method
Subscribe EventBus
on a specific type of event, and register responder to it.
Implementation
Subscription respond<T>(Responder<T> responder);
Subscribe EventBus
on a specific type of event, and register responder to it.
Subscription respond<T>(Responder<T> responder);