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