-
- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEvent(T event)Notify the listener of the given event
-
-
-
Method Detail
-
onEvent
void onEvent(T event)
Notify the listener of the given event- Parameters:
event-
-
-