frysk.gui.monitor
Class GuiCoreObjectWrapper

java.lang.Object
  extended by frysk.gui.monitor.GuiObject
      extended by frysk.gui.monitor.GuiCoreObjectWrapper
All Implemented Interfaces:
SaveableXXX
Direct Known Subclasses:
GuiProc, GuiTask

public class GuiCoreObjectWrapper
extends GuiObject


Field Summary
private  boolean coreObjectDead
           
 Observable objectDiedObservable
           
 
Fields inherited from class frysk.gui.monitor.GuiObject
propertiesChanged
 
Constructor Summary
GuiCoreObjectWrapper()
           
 
Method Summary
 boolean isDead()
           
protected  void 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

coreObjectDead

private boolean coreObjectDead

objectDiedObservable

public Observable objectDiedObservable
Constructor Detail

GuiCoreObjectWrapper

public GuiCoreObjectWrapper()
Method Detail

objectDied

protected void objectDied()

isDead

public boolean isDead()