|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.TimerTask
jist.runtime.guilog.GuiLog.UntilTask
public static class GuiLog.UntilTask
UntilTask is a task that can be scheduled to either Pause or Resume the GuiLog.
Field Summary | |
---|---|
private java.lang.String |
command
The GuiLog method to be called. |
Constructor Summary | |
---|---|
GuiLog.UntilTask(java.lang.String c)
The constructor initializes command. |
Method Summary | |
---|---|
void |
run()
Call the appropriate GuiLog method according to command. |
Methods inherited from class java.util.TimerTask |
---|
cancel, scheduledExecutionTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String command
Constructor Detail |
---|
public GuiLog.UntilTask(java.lang.String c)
c
- String The GuiLog method.Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class java.util.TimerTask
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |