|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClockListener
A ClockListener can receive callbacks, in the form of time(currentTime) calls, made by some Clock object. Such callbacks will often arrive in more or less regular intervals, and with varying precision, but no guarantees can be given in this respect.
| Method Summary | |
|---|---|
void |
initTime(double initTime)
initTime() is called before the Clock starts running, and sends some initial time value. |
void |
time(double currentTime)
time() is called, with the "current time" specified in seconds. |
| Method Detail |
|---|
void initTime(double initTime)
void time(double currentTime)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||