Package it.gotoandplay.smartfoxserver.util.scheduling

Interface Summary
ITaskHandler The ITaskHandler interface defines 1 single method, doTask() that performs the request action.
 

Class Summary
Scheduler Task Scheduler class
Handles multiple timed tasks and providing a simple call-back mechanism to notify when it's time to execute the job.
Task The Task class describes a job to be executed at a specified time, which is handled by the Scheduler class