T - The type of the notification.public interface NotifierListener<T>
NotificationListener is added
to an RemoteNotifier.
This allows ServerInterfaceHandlers to resend the last notification
rather than relying on a resync method.
| Modifier and Type | Method and Description |
|---|---|
void |
notificationListenerAdded(NotifierListenerEvent<T> event) |
void |
notificationListenerRemoved(NotifierListenerEvent<T> event) |
void notificationListenerAdded(NotifierListenerEvent<T> event)
void notificationListenerRemoved(NotifierListenerEvent<T> event)