|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
org.pdfsam.console.business.pdf.CmdExecuteManager
public class CmdExecuteManager
Manager for the commands execution
Constructor Summary | |
---|---|
CmdExecuteManager()
|
Method Summary | |
---|---|
void |
execute(AbstractParsedCommand parsedCommand)
Executes the input parsed command |
void |
update(java.util.Observable arg0,
java.lang.Object arg1)
forward the WorkDoneDataModel to the observers |
Methods inherited from class java.util.Observable |
---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmdExecuteManager()
Method Detail |
---|
public void execute(AbstractParsedCommand parsedCommand) throws ConsoleException
parsedCommand
-
ConsoleException
public void update(java.util.Observable arg0, java.lang.Object arg1)
update
in interface java.util.Observer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |