1.0.0

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

Packages that use NotificationListener
org.eclipse.soda.dk.device This package is part of the org.eclipse.soda.dk.device project. 
org.eclipse.soda.dk.device.testcases This package is part of the org.eclipse.soda.dk.device.testcases project. 
org.eclipse.soda.dk.notification This package is part of the org.eclipse.soda.dk.notification project. 
org.eclipse.soda.dk.notification.client This package is part of the org.eclipse.soda.dk.notification project. 
org.eclipse.soda.dk.notification.event.admin This package is part of the org.eclipse.soda.dk.notification project. 
org.eclipse.soda.dk.notification.service This package is part of the org.eclipse.soda.dk.notification.service project. 
org.eclipse.soda.dk.notification.test This package is part of the org.eclipse.soda.dk.notification.test project. 
org.eclipse.soda.dk.notification.testcase This package is part of the org.eclipse.soda.dk.notification.testcase project. 
 

Uses of NotificationListener in org.eclipse.soda.dk.device
 

Classes in org.eclipse.soda.dk.device that implement NotificationListener
 class NotificationController
           
 

Methods in org.eclipse.soda.dk.device with parameters of type NotificationListener
 void NotificationController.register(java.lang.String[] externalKeys, NotificationListener listener)
          Register with the specified external keys and listener parameters.
 void NotificationController.register(java.lang.String externalKey, NotificationListener listener)
          Register with the specified external key and listener parameters.
 void Container.unregister(NotificationListener pubSubListener)
          Unsubscribe with the specified arg0 parameter.
 void NotificationController.unregister(NotificationListener listener)
          Unregister with the specified listener parameter.
 

Uses of NotificationListener in org.eclipse.soda.dk.device.testcases
 

Classes in org.eclipse.soda.dk.device.testcases that implement NotificationListener
 class CountMeasurementTestcase
           
 class DeviceRegistryTestcase
           
 class TotalMeasurementTestcase
           
 

Uses of NotificationListener in org.eclipse.soda.dk.notification
 

Classes in org.eclipse.soda.dk.notification that implement NotificationListener
 class NotificationListeners
          The MessageListeners class implements the MessageListener interface.
 

Fields in org.eclipse.soda.dk.notification declared as NotificationListener
protected  NotificationListener Notification.globalTopicListeners
          Define the global topic listeners (NotificationListener) field.
 

Methods in org.eclipse.soda.dk.notification that return NotificationListener
static NotificationListener NotificationListeners.add(NotificationListener currentObject, NotificationListener newObject)
          Perform the add method and return the NotificationListener result.
 NotificationListener[] NotificationListeners.getObjects()
          Gets the NotificationListener [] objects property value.
protected  NotificationListener NotificationListeners.remove(NotificationListener removeHandler)
          Perform the remove method and return the NotificationListener result.
static NotificationListener NotificationListeners.remove(NotificationListener currentObject, NotificationListener removeObject)
          Perform the remove method and return the NotificationListener result.
 

Methods in org.eclipse.soda.dk.notification with parameters of type NotificationListener
static NotificationListener NotificationListeners.add(NotificationListener currentObject, NotificationListener newObject)
          Perform the add method and return the NotificationListener result.
 void Notification.register(java.lang.String[] subscriptions, NotificationListener listener)
          Subscribe with the specified subscriptions and listener parameters.
 void Notification.register(java.lang.String subscription, NotificationListener listener)
          Subscribe with the specified subscription and listener parameters.
protected  NotificationListener NotificationListeners.remove(NotificationListener removeHandler)
          Perform the remove method and return the NotificationListener result.
static NotificationListener NotificationListeners.remove(NotificationListener currentObject, NotificationListener removeObject)
          Perform the remove method and return the NotificationListener result.
 void Notification.unregister(NotificationListener listener)
          Unsubscribe with the specified listener parameter.
 

Constructors in org.eclipse.soda.dk.notification with parameters of type NotificationListener
NotificationListeners(NotificationListener[] objects)
          Constructs an MessageListeners object using the input parameter(s).
NotificationListeners(NotificationListener currentObject, NotificationListener newObject)
          Constructs an MessageListeners object using the input parameter(s).
 

Uses of NotificationListener in org.eclipse.soda.dk.notification.client
 

Methods in org.eclipse.soda.dk.notification.client with parameters of type NotificationListener
 void NotificationController.register(java.lang.String[] externalKeys, NotificationListener listener)
          Register with the specified external keys and listener parameters.
 void NotificationController.register(java.lang.String externalKey, NotificationListener listener)
          Register with the specified external key and listener parameters.
 void NotificationController.unregister(NotificationListener listener)
          Unregister with the specified listener parameter.
 

Uses of NotificationListener in org.eclipse.soda.dk.notification.event.admin
 

Fields in org.eclipse.soda.dk.notification.event.admin declared as NotificationListener
protected  NotificationListener EventAdminHandler.notificationListener
          Define the notification listener (NotificationListener) field.
 

Methods in org.eclipse.soda.dk.notification.event.admin with parameters of type NotificationListener
 void NotificationEventAdmin.register(java.lang.String[] externalKeys, NotificationListener listener)
          Register with the specified external keys and listener parameters.
 void NotificationEventAdmin.register(java.lang.String externalKey, NotificationListener listener)
          Register with the specified external key and listener parameters.
 void NotificationEventAdmin.unregister(NotificationListener listener)
          Unregister with the specified listener parameter.
 

Constructors in org.eclipse.soda.dk.notification.event.admin with parameters of type NotificationListener
EventAdminHandler(NotificationListener notificationListener, java.lang.String[] topics)
          Constructs an instance of this class from the specified notification listener and topics parameters.
 

Uses of NotificationListener in org.eclipse.soda.dk.notification.service
 

Methods in org.eclipse.soda.dk.notification.service with parameters of type NotificationListener
 void NotificationService.register(java.lang.String[] externalKeys, NotificationListener listener)
          Register with the specified externalKeys and listener parameters.
 void NotificationService.register(java.lang.String externalKey, NotificationListener listener)
          Register with the specified externalKey and listener parameters.
 void NotificationService.unregister(NotificationListener listener)
          Unregister with the specified listener parameter.
 

Uses of NotificationListener in org.eclipse.soda.dk.notification.test
 

Classes in org.eclipse.soda.dk.notification.test that implement NotificationListener
 class NotificationTest
           
 

Uses of NotificationListener in org.eclipse.soda.dk.notification.testcase
 

Classes in org.eclipse.soda.dk.notification.testcase that implement NotificationListener
 class NotificationTestcase
           
 class NotificationTestListener
           
 


1.0.0

Copyright (c) 1999, 2007 IBM