org.apache.batik.util
Interface TimerTask
- All Superinterfaces:
- java.lang.Runnable
- public interface TimerTask
- extends java.lang.Runnable
Class which is schedulable by class Timer.
The part of this class's code that is scheduled need to reside in the run() method.
[This class is provided to avoid dependencies on jdk1.3's
TimerTask class, and is intended to provide similar functionality.]
Method Summary |
void |
run()
the method which is called by the scheduler at regular intervals. |
run
public void run()
- the method which is called by the scheduler at regular intervals.
- Specified by:
run
in interface java.lang.Runnable
Copyright © 2000 Apache Software Foundation. All Rights Reserved.