| Modifier and Type | Method and Description |
|---|---|
Dispatcher |
CommandManager.getDispatcher()
Get the command dispatcher instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Platform.registerCommands(Dispatcher dispatcher)
Register the commands contained within the given command dispatcher.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerInterfaceAdapter.registerCommands(Dispatcher dispatcher) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleDispatcher
A simple implementation of
Dispatcher. |
| Modifier and Type | Method and Description |
|---|---|
Dispatcher |
CommandGraph.getDispatcher()
Get the root dispatcher.
|
Dispatcher |
DispatcherNode.getDispatcher()
Get the underlying dispatcher of this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParametricBuilder.registerMethodsAsCommands(Dispatcher dispatcher,
Object object)
Build a list of commands from methods specially annotated with
Command
(and other relevant annotations) and register them all with the given
Dispatcher. |
Copyright © 2010-2014. All Rights Reserved.