public interface ITimer
| Modifier and Type | Method and Description |
|---|---|
long |
getTime() |
void |
init()
Initialize timer, e.g.
|
boolean |
isSuspended()
Is the timer suspended?
|
void |
resume()
Resume suspended timer
|
void |
suspend()
Suspend timer, until resume() is called, stop the clock.
|
void init()
void suspend()
boolean isSuspended()
void resume()
long getTime()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.