javax.management
Interface NotificationListener

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

public interface NotificationListener
extends java.util.EventListener

Implemented by an object that want to receive notifications.

Version:
$Revision: 1.5 $
Author:
Simone Bordet

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

Method Detail

handleNotification

public void handleNotification(Notification notification,
                               java.lang.Object handback)
Called when a notification occurs.
Parameters:
notification - The notification object
handback - Helps in associating information regarding the listener.


Copyright © 2001-2002 MX4J Team. All Rights Reserved.