Uses of Class
org.jivesoftware.smackx.commands.AdHocCommand.Status
-
Packages that use AdHocCommand.Status 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 AdHocCommand.Status in org.jivesoftware.smackx.commands
Methods in org.jivesoftware.smackx.commands that return AdHocCommand.Status Modifier and Type Method Description AdHocCommand.Status
AdHocCommand. getStatus()
Returns the status of the current stage.static AdHocCommand.Status
AdHocCommand.Status. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AdHocCommand.Status[]
AdHocCommand.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AdHocCommand.Status in org.jivesoftware.smackx.commands.packet
Methods in org.jivesoftware.smackx.commands.packet that return AdHocCommand.Status Modifier and Type Method Description AdHocCommand.Status
AdHocCommandData. getStatus()
Returns the status of the execution.Methods in org.jivesoftware.smackx.commands.packet with parameters of type AdHocCommand.Status Modifier and Type Method Description void
AdHocCommandData. setStatus(AdHocCommand.Status status)
-