|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.JobManager
com.sun.electric.tool.ServerJobManager
public class ServerJobManager
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 |
---|
public void update(java.util.Observable o, java.lang.Object arg)
notifyObservers
method to have all the object's
observers notified of the change.
update
in interface java.util.Observer
o
- the observable object.arg
- an argument passed to the notifyObservers
method.public void runLoop()
public void run()
run
in interface java.lang.Runnable
public static void setUndoRedoStatus(boolean undoEnabled, boolean redoEnabled)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |