public class ContinuousOperation extends Operation
| Constructor and Description |
|---|
ContinuousOperation() |
| Modifier and Type | Method and Description |
|---|---|
long |
getElapsedTime()
Returns the total elapsed execution time of this operation in millis.
|
long |
getStartTime() |
void |
setFinish(long finish) |
void |
setStart(long start) |
public void setStart(long start)
public void setFinish(long finish)
public long getStartTime()
public long getElapsedTime()
OperationCopyright © 2013. All rights reserved