Interface | Description |
---|---|
IAdvancedCommand | |
ICommand |
The interface for all objects that represent commands.
|
ICommandManagerChangeListener |
The interface for all objects that are interested in command manager change
events.
|
Class | Description |
---|---|
AbstractCommand |
The abstract parent of all concrete commands.
|
CommandManager |
Responsible for managing the execution of commands.
|
CommandManager.State |
An enumeration of command manager states.
|
CommandManagerChangeEvent |
Represents an event that is fired when a command manager changes.
|
CommandResult |
The result of a command execution.
|
CompositeCommand |
A composite command, i.e.
|