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: 1.5 $
Author:
Juha Lindfors.

Method Summary
 void handleNotification(Notification notification, Object handback)
          Callback method from the broadcaster MBean this listener implementation is registered to.
 

Method Detail

handleNotification

public 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.