com.sun.electric.tool
Class ServerJobManager

java.lang.Object
  extended by com.sun.electric.tool.JobManager
      extended by com.sun.electric.tool.ServerJobManager
All Implemented Interfaces:
java.lang.Runnable, java.util.Observer

public class ServerJobManager
extends JobManager
implements java.util.Observer, java.lang.Runnable


Method Summary
 void run()
          This method is executed in Swing thread.
 void runLoop()
           
static void setUndoRedoStatus(boolean undoEnabled, boolean redoEnabled)
           
 void update(java.util.Observable o, java.lang.Object arg)
          This method is called whenever the observed object is changed.
 
Methods inherited from class com.sun.electric.tool.JobManager
findValidSnapshot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

update

public void update(java.util.Observable o,
                   java.lang.Object arg)
This method is called whenever the observed object is changed. An application calls an Observable object's notifyObservers method to have all the object's observers notified of the change.

Specified by:
update in interface java.util.Observer
Parameters:
o - the observable object.
arg - an argument passed to the notifyObservers method.

runLoop

public void runLoop()

run

public void run()
This method is executed in Swing thread.

Specified by:
run in interface java.lang.Runnable

setUndoRedoStatus

public static void setUndoRedoStatus(boolean undoEnabled,
                                     boolean redoEnabled)