java.util
Class TimerTask
java.lang.Object
|
+--java.util.TimerTask
- All Implemented Interfaces:
- Runnable
- public abstract class TimerTask
- extends Object
- implements Runnable
A task that can be scheduled for one-time or repeated execution by a
Timer
.
- Since:
- 1.3
- See Also:
Timer
TimerTask
protected TimerTask()
run
public abstract void run()
- Description copied from interface:
Runnable
- Thread.start에 의해 run메소스가 호출된다.
- Specified by:
run
in interface Runnable
cancel
public boolean cancel()
scheduledExecutionTime
public long scheduledExecutionTime()
AromaSoft Corp. Proprietary and Confidential
(C)opyright 2003 AromaSoft Corp. All right reserved.
Contact : contact@aromasoft.com