javax.management
Interface NotificationListener
- All Superinterfaces: 
- EventListener
- All Known Implementing Classes: 
- NotificationListenerProxy, RelationService, XMBean
- public interface NotificationListener 
- extends EventListener
Must be implemented by objects receiving JMX notifications.
- Version:
- $Revision: 57200 $
- Author:
- Juha Lindfors.
 
handleNotification
void handleNotification(Notification notification,
                        Object handback)
- Callback method from the broadcaster MBean this listener implementation
 is registered to.
 
- 
 
- 
- Parameters:
- notification- the notification object
- handback- the handback object given to the broadcaster
                         upon listener registration
 
      
      
        Copyright © 2002 JBoss Group, LLC. All Rights Reserved.