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

Packages that use DataListener
org.vigia.client.communications   
 

Uses of DataListener in org.vigia.client.communications
 

Fields in org.vigia.client.communications with type parameters of type DataListener
protected  java.util.Set<DataListener> DataComunicator.dataListeners
          The registered listeners.
 

Methods in org.vigia.client.communications with parameters of type DataListener
 void RemoteCameraCommunicator.addDataListener(DataListener dataListener)
           
 void DataComunicator.addDataListener(DataListener dataListener)
          Adds a listener to obtain the frames from the remote camera.
 void Communicator.addDataListener(DataListener dataListener)
          Adds a listener to obtain the frames from the remote camera.