it.gotoandplay.smartfoxserver.util.scheduling
Interface ITaskHandler


public interface ITaskHandler

The ITaskHandler interface defines 1 single method, doTask() that performs the request action.
The details of the task to executed are passed as argument to the method

Since:
1.6.0
See Also:
Scheduler, Task

Method Summary
 void doTask(Task task)
           
 

Method Detail

doTask

void doTask(Task task)
            throws java.lang.Exception
Throws:
java.lang.Exception