|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.vigia.client.communications.LogListenerImplementation
public class LogListenerImplementation
Implementation of LogListener interface
Field Summary | |
---|---|
private java.lang.String |
logFile
logFile: String holding the name of the log file |
Constructor Summary | |
---|---|
LogListenerImplementation(java.lang.String logFileName)
Constructor for the LogListenerImplementation class |
Method Summary | |
---|---|
void |
onLog(ELog log,
java.lang.String message)
Receives an log message from the remote camera. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String logFile
Constructor Detail |
---|
public LogListenerImplementation(java.lang.String logFileName)
logFileName
- name of the log fileMethod Detail |
---|
public void onLog(ELog log, java.lang.String message)
LogListener
onLog
in interface LogListener
log
- the kind of log message.message
- the log message.LogListener.onLog(org.vigia.shared.communications.ELog, java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |