@FunctionalInterface public interface EventListener<E extends Event> extends EventFilter<E>
| Modifier and Type | Method and Description |
|---|---|
void |
event(E event)
Reacts to the specified event.
|
isRelevantvoid event(E event)
event - event to be processedCopyright © 2013-2018. All Rights Reserved.