Interface TimerFactory
-
- All Known Implementing Classes:
SingletonTimerFactory
public interface TimerFactoryThis 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 voidcancel(java.util.TimerTask task)Cancel a task.voidschedule(java.util.TimerTask task, long delay)Schedule a task.
-