Uses of Interface
org.vigia.client.communications.ControlListener

Packages that use ControlListener
org.vigia.client.communications   
 

Uses of ControlListener in org.vigia.client.communications
 

Fields in org.vigia.client.communications with type parameters of type ControlListener
protected  java.util.Set<ControlListener> ControlCommunicator.controlListeners
          The registered listeners.
 

Methods in org.vigia.client.communications with parameters of type ControlListener
 void RemoteCameraCommunicator.addControlListener(ControlListener controlListener)
           
 void ControlCommunicator.addControlListener(ControlListener controlListener)
          Adds a listener to obtain control messages from the remote camera.
 void Communicator.addControlListener(ControlListener controlListener)
          Adds a listener to obtain control messages from the remote camera.