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. |
handleNotification
public void handleNotification(javax.management.Notification notification,
java.lang.Object handback)
- Called when a notification occurs.
- Parameters:
notification
- The notification objecthandback
- Helps in associating information regarding the listener.