|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITask
Interface for the tasks. It it use to split a program in to smaller tasks, so we can make some breaks in thre thread that interprets JavaScript on the borwser side and get read of the worning about not responding script.
Method Summary | |
---|---|
void |
execute()
The method that is called when the time for the task has come. |
java.lang.String |
getName()
Returns the name of the task. |
Method Detail |
---|
java.lang.String getName()
void execute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |