T
- type of data notified by the event.public interface EventHandler<T>
EventImpl
.Modifier and Type | Method and Description |
---|---|
void |
onEvent(java.lang.Object sender,
T e)
Method processing the event.
|
void onEvent(java.lang.Object sender, T e)
sender
- e
-