Public Member Functions | |
int | compareTo (Object other) |
Package Functions | |
synchronized void | setCancelled () |
synchronized boolean | getCancelled () |
synchronized void | setTimeToRun (long w) |
synchronized long | getTimeToRun () |
TaskNode (long w, TimerRunnable c, long p) | |
TaskNode (long w, TimerRunnable c) | |
Package Attributes | |
final TimerRunnable | command |
final long | period |
Private Attributes | |
long | timeToRun_ |
boolean | cancelled_ = false |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|