org.jboss.varia.scheduler
Class Scheduler.MBeanListener

java.lang.Object
  extended byorg.jboss.varia.scheduler.Scheduler.MBeanListener
All Implemented Interfaces:
java.util.EventListener, NotificationListener (src)
Enclosing class:
Scheduler (src)

public class Scheduler.MBeanListener
extends java.lang.Object
implements NotificationListener (src)


Constructor Summary
Scheduler.MBeanListener(ObjectName (src)  pDelegate)
           
 
Method Summary
 void handleNotification(Notification (src)  notification, java.lang.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
 

Constructor Detail

Scheduler.MBeanListener

public Scheduler.MBeanListener(ObjectName (src)  pDelegate)
Method Detail

handleNotification

public void handleNotification(Notification (src)  notification,
                               java.lang.Object handback)
Description copied from interface: NotificationListener (src)
Callback method from the broadcaster MBean this listener implementation is registered to.

Specified by:
handleNotification in interface NotificationListener (src)
Parameters:
notification - the notification object
handback - the handback object given to the broadcaster upon listener registration