respond<T> abstract method

Subscription respond<T>(
  1. Responder<T> responder
)

Subscribe EventBus on a specific type of event, and register responder to it.

Implementation

Subscription respond<T>(Responder<T> responder);