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