- Type Parameters:
T- type of the event the listener is interested in
public interface Listener<T>
Listener for events of the generic type
- Author:
- Andrea Vacondio
-
Method Summary
-
Method Details
-
onEvent
Notify the listener of the given event
-
T - type of the event the listener is interested in