Interface | Description |
---|---|
NotificationControl |
Encapsulate Both aspects of Server Side Notification Control abstractions.
|
NotificationManager.Action | |
NotificationNotifier |
Something able to notify when a
NotificationListener is added or removed. |
NotifierListener<T> |
Something to be notified when an
NotificationListener is added
to an RemoteNotifier . |
Class | Description |
---|---|
NotificationListenerTracker<G> |
Tracks listeners being added to an
RemoteNotifier and allows listeners to be removed
all at once, i.e. |
NotificationManager |
Manages
NotificationListener s. |
NotifierListenerEvent<T> |
The event sent to an
NotifierListener . |