Interface TimerFactory
-
- All Known Implementing Classes:
SingletonTimerFactory
public interface TimerFactory
This class provides access to Timer objects for various purposes. The scheme for creation of Timer objects is implementation-defined.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cancel(java.util.TimerTask task)
Cancel a task.void
schedule(java.util.TimerTask task, long delay)
Schedule a task.
-