Modifier and Type | Interface | Description |
---|---|---|
interface |
Undoable<CTX,RET,E extends Exception> |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractCommand<CTX,RET,E extends Exception> |
The
AbstractCommand implements the Undoable interface. |
class |
AbstractUndoable<CTX,RET,E extends Exception> |
The
AbstractUndoable implements the Undoable interface. |
Modifier and Type | Method | Description |
---|---|---|
Command<CTX,R,E> |
CommandAccessor.getCommand() |
Retrieves the command from the command property.
|
Modifier and Type | Method | Description |
---|---|---|
void |
CommandAccessor.CommandMutator.setCommand(Command<CTX,R,E> aCommand) |
Sets the command for the command property.
|
B |
CommandAccessor.CommandBuilder.withCommand(Command<CTX,R,E> aCommand) |
Sets the command for the command property.
|
Copyright © 2018. All rights reserved.