test.sample.simple
Class Client.Listener

java.lang.Object
  extended by test.sample.simple.Client.Listener
All Implemented Interfaces:
EventListener, NotificationListener
Enclosing class:
Client

public static class Client.Listener
extends Object
implements NotificationListener


Constructor Summary
Client.Listener()
           
 
Method Summary
 void handleNotification(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
 

Constructor Detail

Client.Listener

public Client.Listener()
Method Detail

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


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.