Uses of Class
org.jivesoftware.smackx.commands.AdHocCommandResult
Package
Description
Smacks implementation of XEP-0050: Ad-Hoc Commands.
-
Uses of AdHocCommandResult in org.jivesoftware.smackx.commands
Modifier and TypeClassDescriptionstatic final class
static final class
Modifier and TypeMethodDescriptionAdHocCommand.complete
(SubmitForm filledForm) Completes the command execution with the information provided in theresponse
.final AdHocCommandResult
AdHocCommand.execute()
Executes the command.final AdHocCommandResult
AdHocCommand.execute
(FillableForm form) Executes the default action of the command with the information provided in the Form.static AdHocCommandResult
AdHocCommandResult.from
(AdHocCommandData response) AbstractAdHocCommand.getLastResult()
final AdHocCommandResult
AdHocCommand.next
(SubmitForm filledForm) Executes the next action of the command with the information provided in theresponse
.final AdHocCommandResult
AdHocCommand.prev()
Goes to the previous stage.