on<T extends ChatEvent> abstract method

Stream<T> on<T extends ChatEvent>()

Subscribes to a specific event type.

Implementation

Stream<T> on<T extends ChatEvent>();