test.sample.simple
Class Client.Listener
java.lang.Object
test.sample.simple.Client.Listener
- All Implemented Interfaces:
- EventListener, NotificationListener
- Enclosing class:
- Client
public static class Client.Listener
- extends Object
- implements NotificationListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Client.Listener
public Client.Listener()
handleNotification
public void handleNotification(Notification notification,
Object handback)
- Callback method from the broadcaster MBean this listener implementation
is registered to.
- Specified by:
handleNotification
in interface NotificationListener
- Parameters:
notification
- the notification objecthandback
- the handback object given to the broadcaster
upon listener registration
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.