|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJob
net.refractions.udig.project.command.CommandManager.Executor
public class CommandManager.Executor
Executes commands in a seperate thread from the requesting thread. JONES: Should support force kill of a command.
Constructor Summary | |
---|---|
CommandManager.Executor(java.lang.String name)
Construct Executor . |
Method Summary | |
---|---|
void |
addRequest(CommandManager.Request request)
Adds a command to the stack of commands that needs to be executed. |
void |
rerunCommands(IProgressMonitor monitor)
Executes all the commands in the history again. |
protected IStatus |
run(IProgressMonitor monitor)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommandManager.Executor(java.lang.String name)
Executor
.
name
- the name of the jobtype
- the type of the executor. (RUN, UNDO, REDO)Method Detail |
---|
protected IStatus run(IProgressMonitor monitor)
public void addRequest(CommandManager.Request request)
request
- public void rerunCommands(IProgressMonitor monitor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |