| Package | Description |
|---|---|
| org.refcodes.command |
This package provides means to implement your custom commands as of the
command pattern:
"...
|
| org.refcodes.command.impls | |
| org.refcodes.command.mixins |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Undoable<CTX,RET,E extends Exception>
|
| Modifier and Type | Class and 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 and Description |
|---|---|
Command<CTX,R,E> |
CommandAccessor.getCommand()
Retrieves the command from the command property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandAccessor.CommandMutator.setCommand(Command<CTX,R,E> aCommand)
Sets the command for the command property.
|
Copyright © 2015. All rights reserved.