|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.refractions.udig.project.command.CommandManager.Request
public static class CommandManager.Request
TODO Purpose of net.refractions.udig.project.command
Field Summary | |
---|---|
boolean |
async
sync/async * |
Command |
command
the command to be done/undone/redone |
boolean |
completed
flag to signal wether command is complete * |
static int |
REDO
REDO field |
boolean |
requestByDisplay
|
static int |
RERUN
RERUN field |
static int |
RUN
RUN field |
int |
type
the type of request |
static int |
UNDO
UNDO field |
Constructor Summary | |
---|---|
CommandManager.Request(int type,
Command command,
boolean async,
boolean requestByDisplay2)
Construct Request . |
Method Summary | |
---|---|
boolean |
isSync()
Determines if the request is synchronous. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int RUN
RUN
field
public static final int UNDO
UNDO
field
public static final int REDO
REDO
field
public static final int RERUN
RERUN
field
public final int type
public final boolean async
public final Command command
public volatile boolean completed
public final boolean requestByDisplay
Constructor Detail |
---|
public CommandManager.Request(int type, Command command, boolean async, boolean requestByDisplay2)
Request
.
type
- the type of requestcommand
- the command to be done/undone/redoneMethod Detail |
---|
public boolean isSync()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |