frysk.gui.monitor
Class GuiTask

java.lang.Object
  extended by frysk.gui.monitor.GuiObject
      extended by frysk.gui.monitor.GuiCoreObjectWrapper
          extended by frysk.gui.monitor.GuiTask
All Implemented Interfaces:
SaveableXXX

public class GuiTask
extends GuiCoreObjectWrapper

Used to store a pointer to the Task object, and and any data that is relates to the process but is GUI specific. Used to pass data to ActionPool Actions. Actions also manipulate data stored in here to keep it up to date.


Nested Class Summary
static class GuiTask.GuiTaskFactory
           
 
Field Summary
private  Task task
           
 
Fields inherited from class frysk.gui.monitor.GuiCoreObjectWrapper
objectDiedObservable
 
Fields inherited from class frysk.gui.monitor.GuiObject
propertiesChanged
 
Constructor Summary
private GuiTask(Task task)
           
 
Method Summary
 GuiProc getGuiProc()
           
 Task getTask()
           
 
Methods inherited from class frysk.gui.monitor.GuiCoreObjectWrapper
isDead, objectDied
 
Methods inherited from class frysk.gui.monitor.GuiObject
dontSaveObject, doSaveObject, getCopy, getName, getSummary, getToolTip, load, save, setName, setSummay, setToolTip, shouldSaveObject, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

task

private Task task
Constructor Detail

GuiTask

private GuiTask(Task task)
Method Detail

getTask

public Task getTask()

getGuiProc

public GuiProc getGuiProc()