Although not deprecated, this interface should not be used since JMX 1.2; use
NotificationEmitter instead.
version: $Revision: 1.8 $ See Also:Notification
Adds a notification listener to this emitter.
Parameters: listener - The notification listener which will handle the notifications emitted. Parameters: filter - Filters notifications that the listener should receive; may be null, if no filtering is required. Parameters: handback - An opaque object to be sent back to the listener when a notification is emitted. See Also:NotificationBroadcaster.removeNotificationListener(NotificationListener)
Removes a notification listener from this emitter.
If the listener has been registered with different handback objects or notification filters,
all entries corresponding to the listener will be removed.
Parameters: listener - The notification listener that was previously added to this emitter. throws: ListenerNotFoundException - If the listener is not registered with the emitter. See Also:NotificationBroadcaster.addNotificationListener(NotificationListener,NotificationFilter,Object)