|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.pogamut.experiments.TimerTask
public abstract class TimerTask
Field Summary | |
---|---|
private boolean |
canceled
|
protected long |
scheduledSimulationTime
Simulation time when this event should occur. |
Constructor Summary | |
---|---|
TimerTask()
Creates a new instance of TimerTask |
Method Summary | |
---|---|
void |
cancel()
Cancels execution of the task. |
boolean |
isCanceled()
|
abstract void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private boolean canceled
protected long scheduledSimulationTime
Constructor Detail |
---|
public TimerTask()
Method Detail |
---|
public abstract void run()
public void cancel()
public boolean isCanceled()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |