rcf.core.concurrent.schedule
Class TimerTask.Default
java.lang.Object
rcf.core.concurrent.events.AbstractEventSource
rcf.core.concurrent.schedule.AbstractTask
rcf.core.concurrent.schedule.AbstractInterruptibleTask
rcf.core.concurrent.schedule.TimerTask.Abstract
rcf.core.concurrent.schedule.TimerTask.Default
- All Implemented Interfaces:
- Comparable<TimerTask>, Runnable, EventSource, InterruptibleTask, RunnableTask, Task, TimerTask
- Enclosing interface:
- TimerTask
public static final class TimerTask.Default
- extends TimerTask.Abstract
TODO: Javadoc
TODO: Unit tests, Code review, Javadoc review, Seal/Finalize
TODO: equals, hashCode, toString
- Version:
- $Revision: 1.7 $
- Author:
- Greg Gibeling
| Nested classes/interfaces inherited from interface rcf.core.concurrent.schedule.Task |
Task.State |
|
Method Summary |
protected void |
inner()
TODO: Javadoc |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface rcf.core.concurrent.schedule.RunnableTask |
run |
runnable
protected final Runnable runnable
- TODO: Javadoc
TimerTask.Default
public TimerTask.Default(Date _date,
Runnable _runnable)
- TODO: Javadoc
- Parameters:
_date - _runnable -
TimerTask.Default
public TimerTask.Default(Runnable _runnable)
- TODO: Javadoc
- Parameters:
_runnable -
inner
protected void inner()
- Description copied from class:
AbstractInterruptibleTask
- TODO: Javadoc
- Specified by:
inner in class AbstractInterruptibleTask