public static interface AskingPoint.OnCommandResponseListener
Modifier and Type | Method and Description |
---|---|
void |
onCommandResponse(Command<?> command,
Command.Response response)
Called whenever the
complete method is called on a command. |
void onCommandResponse(Command<?> command, Command.Response response)
complete
method is called on a command.command
- Command that was marked complete.response
- Response chosen. For AlertCommand
this will be the AlertCommand.Button
the user selected.