The handler or handlers along with the event type to stop listening for events.
The instance for method chaining.
Adds the given event handler as a listener for events of the given type.
The handler or handlers along with the event type to start listening for events.
The instance for method chaining.
Adds the given event handler as a listener for events of the given type. After the first event is handled, this handler will automatically be removed.
The handler or handlers along with the event type to start listening for an event.
The instance for method chaining.
This is a subset of the public interface that is managed by the event bus that is used for registering and unregistering event listeners on the bus.