test.compliance.notification.support
Class Listener

java.lang.Object
  extended bytest.compliance.notification.support.Listener
All Implemented Interfaces:
java.util.EventListener, NotificationListener (src)

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

A listener


Field Summary
 java.util.HashMap notifications
          The notifications received by handback object
 
Constructor Summary
Listener()
          Constructor
 
Method Summary
 void handleNotification(Notification (src)  notification, java.lang.Object handback)
          Handle the notification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

notifications

public java.util.HashMap notifications
The notifications received by handback object

Constructor Detail

Listener

public Listener()
Constructor

Method Detail

handleNotification

public void handleNotification(Notification (src)  notification,
                               java.lang.Object handback)
Handle the notification

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