REQUEST - type of request object, see CommandRequestRESPONSE - type of response object, see CommandResponsepublic interface CommandHasRequest<REQUEST extends CommandRequest,RESPONSE extends CommandResponse> extends Command<REQUEST,RESPONSE>
Command with method for getting an empty command request.| Modifier and Type | Method and Description |
|---|---|
REQUEST |
getEmptyCommandRequest()
Get an empty response object which will be filled when executing the command and partially by the dispatcher.
|
execute, getEmptyCommandResponseREQUEST getEmptyCommandRequest()
CommandResponseCopyright © 2015 Geosparc. All Rights Reserved.