Uses of Class
org.vigia.shared.communications.EError

Packages that use EError
org.vigia.client.communications   
org.vigia.server.communications   
org.vigia.shared.communications   
 

Uses of EError in org.vigia.client.communications
 

Methods in org.vigia.client.communications with parameters of type EError
 void ControlListener.errorReceived(EError error, java.lang.String description)
          Receives an error from the remote camera.
 

Uses of EError in org.vigia.server.communications
 

Methods in org.vigia.server.communications with parameters of type EError
 void ControlCommunicator.sendError(EError error, java.lang.String description)
          Sends an error to the client.
 void Communicator.sendError(EError error, java.lang.String description)
          Sends an error to the client.
 void ClientCommunicator.sendError(EError error, java.lang.String description)
           
 

Uses of EError in org.vigia.shared.communications
 

Methods in org.vigia.shared.communications that return EError
static EError EError.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EError[] EError.values()
          Returns an array containing the constants of this enum type, in the order they are declared.