javax.management
Interface NotificationListener
- All Known Implementing Classes:
- TraceListener
- public abstract interface NotificationListener
- extends java.util.EventListener
This interface listener should to receive JMX notification.
handleNotification
public void handleNotification(Notification notification,
java.lang.Object handback)
- Invoked when an JMAPI notification occurs.
- Parameters:
notification
- The notification.handback
- An opaque object which helps the listener to associate information
regarding the MBean emitter. This object was passed to the MBean during the
addListener call and resend, without modification, to the listener. The MBean object
should to use or modify the object.