org.jboss.test.jmx.compliance.server.support
Class DelegateListener
java.lang.Object
org.jboss.test.jmx.compliance.server.support.DelegateListener
- All Implemented Interfaces:
- EventListener, javax.management.NotificationListener
- public class DelegateListener
- extends Object
- implements javax.management.NotificationListener
- Version:
- $Revision: 1.1 $
- Author:
- Adrian Brock.
Method Summary |
void |
handleNotification(javax.management.Notification notification,
Object handback)
Callback method from the broadcaster MBean this listener implementation
is registered to. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
userData
public Object userData
DelegateListener
public DelegateListener()
handleNotification
public void handleNotification(javax.management.Notification notification,
Object handback)
- Description copied from interface:
javax.management.NotificationListener
- Callback method from the broadcaster MBean this listener implementation
is registered to.
- Specified by:
handleNotification
in interface javax.management.NotificationListener
- Parameters:
notification
- the notification objecthandback
- the handback object given to the broadcaster
upon listener registration
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.