Class ClientThread.ServerEvent
java.lang.Object
net.sf.colossus.client.ClientThread.ServerEvent
- Enclosing class:
ClientThread
- Author:
- Clemens Katzer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final longprivate longprivate longprivate final Stringprivate final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecutionCompleted(long when) voidexecutionStarts(long when) getArgs()longlongvoid
-
Field Details
-
received
private final long received -
enqueued
private final long enqueued -
executionStarted
private long executionStarted -
executionCompleted
private long executionCompleted -
method
-
args
-
-
Constructor Details
-
ServerEvent
-
-
Method Details
-
getMethod
-
getArgs
-
executionStarts
public void executionStarts(long when) -
getExecutionStarted
public long getExecutionStarted() -
executionCompleted
public void executionCompleted(long when) -
getExecutionCompleted
public long getExecutionCompleted() -
logProcessing
public void logProcessing()
-