1.0.0

org.eclipse.soda.dk.notification.testcase
Class NotificationTestListener

java.lang.Object
  extended by org.eclipse.soda.dk.notification.testcase.NotificationTestListener
All Implemented Interfaces:
NotificationListener

public class NotificationTestListener
extends java.lang.Object
implements NotificationListener

Version:
1.0.0

Constructor Summary
NotificationTestListener()
          Constructs an instance of this class.
 
Method Summary
 void notificationReceived(java.lang.String topic, java.util.Dictionary data)
          Handle publish arrived with the specified topic and data parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationTestListener

public NotificationTestListener()
Constructs an instance of this class.

Method Detail

notificationReceived

public void notificationReceived(java.lang.String topic,
                                 java.util.Dictionary data)
Handle publish arrived with the specified topic and data parameters. The topic (String) parameter. The data (Object) parameter.

Specified by:
notificationReceived in interface NotificationListener
Parameters:
topic - The topic (String) parameter.
data - The data (Dictionary) parameter.

1.0.0

Copyright (c) 1999, 2007 IBM