public interface EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(Event e)
Listen for an event
|
void onEvent(Event e) throws Throwable
e - The Event objectThrowable - a listener can fail, and failure are handled by a ErrorListenerCopyright © 2020. All rights reserved.