1.0.0

org.eclipse.soda.dk.notification.service
Interface NotificationListener

All Known Implementing Classes:
CountMeasurementTestcase, DeviceRegistryTestcase, NotificationController, NotificationController, NotificationListeners, NotificationTest, NotificationTestcase, NotificationTestListener, TotalMeasurementTestcase

public interface NotificationListener

Version:
1.0.0

Method Summary
 void notificationReceived(java.lang.String externalKey, java.util.Dictionary data)
          Handle notification arrived with the specified externalKey and data parameters.
 

Method Detail

notificationReceived

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

Parameters:
externalKey - The external key (String) parameter.
data - The data (Dictionary) parameter.

1.0.0

Copyright (c) 1999, 2007 IBM