jist.runtime.guilog
Class GuiLog.UntilTask

java.lang.Object
  extended by java.util.TimerTask
      extended by jist.runtime.guilog.GuiLog.UntilTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
GuiLog

public static class GuiLog.UntilTask
extends java.util.TimerTask

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

command

private java.lang.String command
The GuiLog method to be called.

Constructor Detail

GuiLog.UntilTask

public GuiLog.UntilTask(java.lang.String c)
The constructor initializes command.

Parameters:
c - String The GuiLog method.
Method Detail

run

public void run()
Call the appropriate GuiLog method according to command.

Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask