| Interface | Description |
|---|---|
| Command<REQUEST extends CommandRequest,RESPONSE extends CommandResponse> |
Command definition.
|
| CommandDispatcher |
The
CommandDispatcher is the main command execution center. |
| CommandHasRequest<REQUEST extends CommandRequest,RESPONSE extends CommandResponse> |
Extension of
Command with method for getting an empty command request. |
| CommandRequest |
Marker interface for command request dtos.
|
| Class | Description |
|---|---|
| CommandResponse |
Base result object from executing a command.
|
| EmptyCommandRequest |
Placeholder class, useful for commands which don't have any parameters.
|
| LayerIdCommandRequest |
Command request object which contains a layer id.
|
| LayerIdsCommandRequest |
Command request object which contains a list of layer ids.
|
| SuccessCommandResponse |
Response object for
Command which indicates success. |
Copyright © 2015 Geosparc. All Rights Reserved.