Interface CommandResponse.SubmitResponse

All Superinterfaces:
CommandResponse, CommandSerializable
All Known Implementing Classes:
CommandResponse.Cancelled, CommandResponse.Completed, CommandResponse.Error, CommandResponse.Invalid, CommandResponse.Locked, CommandResponse.Started
Enclosing interface:
CommandResponse

public static interface CommandResponse.SubmitResponse extends CommandResponse
SubmitResponse is returned by Submit message which calls the onSubmit handler Responses returned can be Invalid, Started, Completed, Error, Cancelled, Locked