Uses of Interface
org.vigia.server.communications.CommandListener

Packages that use CommandListener
org.vigia.server.communications   
org.vigia.server.driver.camera   
 

Uses of CommandListener in org.vigia.server.communications
 

Fields in org.vigia.server.communications with type parameters of type CommandListener
protected  java.util.Set<CommandListener> ControlCommunicator.commandListeners
          The registered listeners.
 

Methods in org.vigia.server.communications with parameters of type CommandListener
 void ControlCommunicator.addCommandListener(CommandListener commandListener)
          Adds a listener to obtain control messages from the remote camera.
 void Communicator.addCommandListener(CommandListener controlListener)
          Adds a listener to obtain control messages from the remote camera.
 void ClientCommunicator.addCommandListener(CommandListener commandListener)
           
 

Uses of CommandListener in org.vigia.server.driver.camera
 

Classes in org.vigia.server.driver.camera that implement CommandListener
 class CameraCommandListener
          An implementation of the CommandListener for the camera.