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
 
Fields inherited from class frysk.gui.monitor.GuiCoreObjectWrapper
objectDiedObservable
 
Fields inherited from class frysk.gui.monitor.GuiObject
propertiesChanged
 
Method Summary
 GuiProc getGuiProc()
           
 Task getTask()
           
 
Methods inherited from class frysk.gui.monitor.GuiCoreObjectWrapper
isDead
 
Methods inherited from class frysk.gui.monitor.GuiObject
dontSaveObject, doSaveObject, getName, getSummary, getToolTip, load, save, setName, setSummay, setToolTip, shouldSaveObject, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getTask

public Task getTask()

getGuiProc

public GuiProc getGuiProc()