org.jboss.test.jmx.compliance.server.support
Class DelegateListener

java.lang.Object
  extended byorg.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.

Field Summary
 Object userData
           
 
Constructor Summary
DelegateListener()
           
 
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
 

Field Detail

userData

public Object userData
Constructor Detail

DelegateListener

public DelegateListener()
Method Detail

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 object
handback - the handback object given to the broadcaster upon listener registration


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.