public interface CommandNotification
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ADD
The command has been added to the command record
|
static java.lang.String |
REDO
The command has been redone
|
static java.lang.String |
UNDO
The command has been undone
|
Modifier and Type | Method and Description |
---|---|
Command |
getCommand()
Returns the Command over which the action is executed
|
java.lang.String |
getType()
Returns this notification's type.
|
static final java.lang.String ADD
static final java.lang.String UNDO
static final java.lang.String REDO
Command getCommand()
java.lang.String getType()