public interface CommandAccessor<CTX,R,E extends Exception>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CommandAccessor.CommandMutator<CTX,R,E extends Exception>
Provides a mutator for a command property.
|
static interface |
CommandAccessor.CommandProperty<CTX,R,E extends Exception>
Provides a command property.
|
| Modifier and Type | Method and Description |
|---|---|
Command<CTX,R,E> |
getCommand()
Retrieves the command from the command property.
|
Copyright © 2015. All rights reserved.