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

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

Uses of ELog in org.vigia.client.communications
 

Methods in org.vigia.client.communications with parameters of type ELog
 void LogListenerImplementation.onLog(ELog log, java.lang.String message)
           
 

Uses of ELog in org.vigia.server.communications
 

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

Uses of ELog in org.vigia.shared.communications
 

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

Methods in org.vigia.shared.communications with parameters of type ELog
 void LogListener.onLog(ELog log, java.lang.String message)
          Receives an log message from the remote camera.