public interface NotificationNotifier
NotificationListener is added or removed.
At the moment we assume that only one Handler will be interested, so we support only one NotifierListener.
This might change.| Modifier and Type | Method and Description |
|---|---|
<T> void |
setNotifierListener(NotificationType<T> type,
NotifierListener<T> notifierListener)
Sets an
NotifierListener. |
<T> void setNotifierListener(NotificationType<T> type, NotifierListener<T> notifierListener)
NotifierListener.T - The type of the notification and listener.type - The notification type.notifierListener - The listener.