public interface NotificationListener<T extends Notification>
| Modifier and Type | Method and Description |
|---|---|
default java.lang.Class<? extends Notification>[] |
getNotificationTypes() |
void |
onEvent(T notification) |
default java.lang.Class<? extends Notification>[] getNotificationTypes()
void onEvent(T notification)