API / geotoolkit / flowcharts / commands / ICommand / ICommand
Base interface for commands
Interface
Constructors
Methods
▸ Abstract execute(): boolean
Executes the command
boolean
true on success, false if not executed
▸ getClassName(): string
string
▸ Abstract undo(): boolean
Rewinds the command
boolean
true on success, false if couldn't be undone
▸ Static getClassName(): string
string