| Package | Description |
|---|---|
| vona.time |
Vona's utils: clocks and related stuff.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Vector<PeriodicThread> |
SuperClock.periodicThreads
All current active
PeriodicThreads, lazily consed. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SuperClock.periodicThreadEnding(PeriodicThread periodicThread)
Hook called just before a
PeriodicThread ends. |
protected void |
Clock.periodicThreadEnding(PeriodicThread periodicThread)
Hook called just before a
PeriodicThread ends. |
protected void |
SuperClock.periodicThreadStarting(PeriodicThread periodicThread)
Hook called just after a
PeriodicThread starts. |
protected void |
Clock.periodicThreadStarting(PeriodicThread periodicThread)
Hook called just after a
PeriodicThread starts. |