Interface Job

public interface Job
Interface for the objects that implement time consuming doJob() method.

See Also:
Scheduler

Method Index

 o doJob()
This method is called to run a time consuming task.

Methods

 o doJob
 public abstract void doJob()
This method is called to run a time consuming task.