Interface EventHandler<T>
-
- Type Parameters:
T
- generic type of the event object
public interface EventHandler<T>
Handler of events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleEvent(T event)
-
-
-
Method Detail
-
handleEvent
void handleEvent(@Nonnull T event)
-
-