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