1.0.0

Uses of Interface
org.eclipse.soda.dk.command.service.CommandListener

Packages that use CommandListener
org.eclipse.soda.dk.adapter This package is part of the org.eclipse.soda.dk.adapter project. 
org.eclipse.soda.dk.adapter.test This package is part of the org.eclipse.soda.dk.adapter.test project. 
org.eclipse.soda.dk.adapter.testcases This package is part of the org.eclipse.soda.dk.adapter.testcases project. 
org.eclipse.soda.dk.agent.test This package is part of the org.eclipse.soda.dk.agent.test project. 
org.eclipse.soda.dk.command This package is part of the org.eclipse.soda.dk.device project. 
org.eclipse.soda.dk.command.service This package is part of the org.eclipse.soda.dk.device.service project. 
org.eclipse.soda.dk.concrete.measurement This package is part of the org.eclipse.soda.dk.concrete project. 
org.eclipse.soda.dk.device This package is part of the org.eclipse.soda.dk.device project. 
org.eclipse.soda.dk.device.test This package is part of the org.eclipse.soda.dk.device.test project. 
org.eclipse.soda.dk.device.testcase This package is part of the org.eclipse.soda.dk.device.testcase project. 
org.eclipse.soda.dk.profile This package is part of the org.eclipse.soda.dk.profile project. 
org.eclipse.soda.dk.wire This package is part of the org.eclipse.soda.dk.device project. 
 

Uses of CommandListener in org.eclipse.soda.dk.adapter
 

Classes in org.eclipse.soda.dk.adapter that implement CommandListener
 class Adapter
           
 class DeviceAdapter
           
 

Uses of CommandListener in org.eclipse.soda.dk.adapter.test
 

Classes in org.eclipse.soda.dk.adapter.test that implement CommandListener
 class AdapterTest
           
 

Uses of CommandListener in org.eclipse.soda.dk.adapter.testcases
 

Classes in org.eclipse.soda.dk.adapter.testcases that implement CommandListener
 class TestAdapter
           
 

Uses of CommandListener in org.eclipse.soda.dk.agent.test
 

Classes in org.eclipse.soda.dk.agent.test that implement CommandListener
 class AgentTest
           
 

Uses of CommandListener in org.eclipse.soda.dk.command
 

Classes in org.eclipse.soda.dk.command that implement CommandListener
 class CommandListeners
          The CommandListeners class implements the CommandListener interface.
 class Commands
          The Commands class implements the CommandService interface.
 

Methods in org.eclipse.soda.dk.command that return CommandListener
static CommandListener CommandListeners.add(CommandListener currentObject, CommandListener newObject)
          Perform the add method and return the CommandListener result.
 CommandListener Command.getCommandListener()
          Gets the CommandListener commandListener property value.
 CommandListener[] CommandListeners.getObjects()
          Gets the CommandListener [] objects property value.
protected  CommandListener CommandListeners.remove(CommandListener removeHandler)
          Perform the remove method and return the CommandListener result.
static CommandListener CommandListeners.remove(CommandListener currentObject, CommandListener removeObject)
          Perform the remove method and return the CommandListener result.
 

Methods in org.eclipse.soda.dk.command with parameters of type CommandListener
static CommandListener CommandListeners.add(CommandListener currentObject, CommandListener newObject)
          Perform the add method and return the CommandListener result.
 void Command.addCommandListener(CommandListener commandListener)
          Adds the specified listener to receive listener notification.
 void Command.fireCommandExecuted(CommandListener commandListener, java.lang.Object timestamp)
          Perform the fireCommandExecuted action method.
 void Command.fireCommandExecuted(CommandListener commandListener, java.lang.Object timestamp, java.lang.Object data)
          Perform the fireCommandExecuted action method.
protected  void Command.fireErrorOccurred(CommandListener commandListener, java.lang.Object timestamp, java.lang.Object data)
          Fire error occurred with the specified command listener, timestamp and data parameters.
protected  CommandListener CommandListeners.remove(CommandListener removeHandler)
          Perform the remove method and return the CommandListener result.
static CommandListener CommandListeners.remove(CommandListener currentObject, CommandListener removeObject)
          Perform the remove method and return the CommandListener result.
 void Command.removeCommandListener(CommandListener commandListener)
          Removes the specified listener from receiving listener notification.
 void Command.setCommandListener(CommandListener commandListener)
          Sets the commandListener.
 

Constructors in org.eclipse.soda.dk.command with parameters of type CommandListener
CommandListeners(CommandListener[] objects)
          Constructs an CommandListeners object using the input parameter(s).
CommandListeners(CommandListener currentObject, CommandListener newObject)
          Constructs an CommandListeners object using the input parameter(s).
 

Uses of CommandListener in org.eclipse.soda.dk.command.service
 

Methods in org.eclipse.soda.dk.command.service with parameters of type CommandListener
 void CommandService.addCommandListener(CommandListener commandListener)
          Adds the specified listener to receive command listener notification.
 void CommandService.removeCommandListener(CommandListener commandListener)
          Removes the specified listener from receiving listener notification.
 

Uses of CommandListener in org.eclipse.soda.dk.concrete.measurement
 

Classes in org.eclipse.soda.dk.concrete.measurement that implement CommandListener
 class ConcreteMeasurement
           
 

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

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

Uses of CommandListener in org.eclipse.soda.dk.device.test
 

Classes in org.eclipse.soda.dk.device.test that implement CommandListener
 class DeviceTest
           
 

Uses of CommandListener in org.eclipse.soda.dk.device.testcase
 

Classes in org.eclipse.soda.dk.device.testcase that implement CommandListener
 class DeviceTestcase
           
 

Uses of CommandListener in org.eclipse.soda.dk.profile
 

Classes in org.eclipse.soda.dk.profile that implement CommandListener
 class DeviceProfile
           
 class Profile
           
 

Uses of CommandListener in org.eclipse.soda.dk.wire
 

Classes in org.eclipse.soda.dk.wire that implement CommandListener
 class Wire
          The Wire class implements the MeasurementListener interface.
 


1.0.0

Copyright (c) 1999, 2007 IBM