Package net.sf.colossus.client
Class ClientThread.ServerEvent
java.lang.Object
net.sf.colossus.client.ClientThread.ServerEvent
- Enclosing class:
ClientThread
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final long
private long
private long
private final String
private final long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
executionCompleted
(long when) void
executionStarts
(long when) getArgs()
long
long
void
-
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()
-