javax.management
public interface NotificationListener extends EventListener
Since: 1.5
Method Summary | |
---|---|
void | handleNotification(Notification notification, Object passback)
Invoked by the notifying bean when a notification is to
be delivered to the recipient. |
Parameters: notification the notification from the bean. passback the object that was passed to the notifying bean as part of the registration process.
See Also: NotificationBroadcaster