public interface AppEventListener<T extends AppEvent> extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAppEvent(T event)
You can throw exception in a synchronized listener.
|
void onAppEvent(T event)
Copyright © 2016 jetbrick. All rights reserved.