javax.management
Interface NotificationListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
JythonRunner, RelationService, RemoteNotificationListenerSupport, SMTP

public interface NotificationListener
extends java.util.EventListener

Implemented by an object that want to receive notifications.


Method Summary
 void handleNotification(javax.management.Notification notification, java.lang.Object handback)
          Called when a notification occurs.
 

Method Detail

handleNotification

public void handleNotification(javax.management.Notification notification,
                               java.lang.Object handback)
Called when a notification occurs.

Parameters:
notification - The notification object
handback - Helps in associating information regarding the listener.