ListenerManager
interface allows plugin to register listener on a specific server. addNotificationListener
method is used to register the listener. Notifications are filtered based on NotificationFilter
parameter to this method. When NotificationFilter parameter is null, default filter is used. Default filter is specified using notification.xml. Listener is registered on the server delegate object of the specified server.
|
|