sidnet.stack.driver
Class SimpleTimer
java.lang.Object
sidnet.stack.driver.SimpleTimer
public class SimpleTimer
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
started
protected boolean started
busy
protected boolean busy
paused
protected boolean paused
canceled
protected boolean canceled
terminated
protected boolean terminated
stime
protected double stime
wtime
protected double wtime
lastMomentOfPause
protected double lastMomentOfPause
totalPauseTime
protected double totalPauseTime
id
protected int id
SimpleTimer
public SimpleTimer(MainLine mainLine)
timeout
public void timeout()
resetTimer
public void resetTimer()
startTimer
public void startTimer(double time)
- /**
Start timer
cancel
public void cancel()
- Cancel timer
canceled
public boolean canceled()
busy
public boolean busy()
paused
public boolean paused()
pause
public void pause()
- Pause timer
resume
public void resume()
- Resume timer
stopTimerr
public void stopTimerr()