frysk.gui.monitor.actions
Class ProcAction

java.lang.Object
  extended by frysk.gui.monitor.GuiObject
      extended by frysk.gui.monitor.LiaisonItem
          extended by frysk.gui.monitor.actions.Action
              extended by frysk.gui.monitor.actions.ProcAction
All Implemented Interfaces:
SaveableXXX
Direct Known Subclasses:
PrintProc, Resume, Stop

public abstract class ProcAction
extends Action


Field Summary
 
Fields inherited from class frysk.gui.monitor.actions.Action
runnable
 
Fields inherited from class frysk.gui.monitor.LiaisonItem
needInfo
 
Fields inherited from class frysk.gui.monitor.GuiObject
propertiesChanged
 
Constructor Summary
ProcAction()
           
ProcAction(ProcAction other)
           
ProcAction(String name, String toolTip)
           
 
Method Summary
abstract  void execute(Proc proc)
           
 void execute(Proc[] procs)
           
 
Methods inherited from class frysk.gui.monitor.LiaisonItem
getArgument, getArgumentCompletionList, getCopy, load, save, setArgument
 
Methods inherited from class frysk.gui.monitor.GuiObject
dontSaveObject, doSaveObject, getName, getSummary, getToolTip, setName, setSummay, setToolTip, shouldSaveObject, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface frysk.gui.monitor.SaveableXXX
dontSaveObject, doSaveObject, shouldSaveObject
 

Constructor Detail

ProcAction

public ProcAction()

ProcAction

public ProcAction(String name,
                  String toolTip)

ProcAction

public ProcAction(ProcAction other)
Method Detail

execute

public abstract void execute(Proc proc)

execute

public void execute(Proc[] procs)