Uses of Class
org.jivesoftware.smackx.commands.packet.AdHocCommandDataBuilder
-
Packages that use AdHocCommandDataBuilder Package Description org.jivesoftware.smackx.commands Smacks implementation of XEP-0050: Ad-Hoc Commands.org.jivesoftware.smackx.commands.packet Element classes for XEP-0050: Ad-Hoc Commands. -
-
Uses of AdHocCommandDataBuilder in org.jivesoftware.smackx.commands
Methods in org.jivesoftware.smackx.commands with parameters of type AdHocCommandDataBuilder Modifier and Type Method Description protected abstract AdHocCommandDataAdHocCommandHandler. complete(AdHocCommandDataBuilder response, SubmitForm submittedForm)AdHocCommandDataAdHocCommandHandler.SingleStage. complete(AdHocCommandDataBuilder response, SubmitForm submittedForm)protected abstract AdHocCommandDataAdHocCommandHandler. execute(AdHocCommandDataBuilder response)protected AdHocCommandDataAdHocCommandHandler.SingleStage. execute(AdHocCommandDataBuilder response)protected abstract AdHocCommandDataAdHocCommandHandler.SingleStage. executeSingleStage(AdHocCommandDataBuilder response)protected abstract AdHocCommandDataAdHocCommandHandler. next(AdHocCommandDataBuilder response, SubmitForm submittedForm)AdHocCommandDataAdHocCommandHandler.SingleStage. next(AdHocCommandDataBuilder response, SubmitForm submittedForm)protected abstract AdHocCommandDataAdHocCommandHandler. prev(AdHocCommandDataBuilder response)AdHocCommandDataAdHocCommandHandler.SingleStage. prev(AdHocCommandDataBuilder response) -
Uses of AdHocCommandDataBuilder in org.jivesoftware.smackx.commands.packet
Constructors in org.jivesoftware.smackx.commands.packet with parameters of type AdHocCommandDataBuilder Constructor Description AdHocCommandData(AdHocCommandDataBuilder builder)
-