Interface Job
- public interface Job
Interface for the objects that implement time consuming
doJob() method.
- See Also:
- Scheduler
-
doJob()
- This method is called to run a time consuming task.
doJob
public abstract void doJob()
- This method is called to run a time consuming task.