Example usage for Java java.util TimerTask fields, constructors, methods, implement or subclass
The text is from its open source code.
TimerTask() Creates a new timer task. |
boolean | cancel() Cancels this timer task. |
void | run() The action to be performed by this timer task. |
long | scheduledExecutionTime() Returns the scheduled execution time of the most recent actual execution of this task. |
String | toString() Returns a string representation of the object. |