Uses of Class
org.jivesoftware.smackx.commands.AdHocCommand.Action

Packages that use AdHocCommand.Action
org.jivesoftware.smackx.commands   
org.jivesoftware.smackx.packet XML packets that are part of the XMPP extension protocols. 
 

Uses of AdHocCommand.Action in org.jivesoftware.smackx.commands
 

Methods in org.jivesoftware.smackx.commands that return AdHocCommand.Action
protected  AdHocCommand.Action AdHocCommand.getExecuteAction()
          Returns the action available for the current stage which is considered the equivalent to "execute".
static AdHocCommand.Action AdHocCommand.Action.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AdHocCommand.Action[] AdHocCommand.Action.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jivesoftware.smackx.commands that return types with arguments of type AdHocCommand.Action
protected  List<AdHocCommand.Action> AdHocCommand.getActions()
          Returns a collection with the allowed actions based on the current stage.
 

Methods in org.jivesoftware.smackx.commands with parameters of type AdHocCommand.Action
protected  void AdHocCommand.addActionAvailable(AdHocCommand.Action action)
          Add an action to the current stage available actions.
protected  boolean AdHocCommand.isValidAction(AdHocCommand.Action action)
          Returns true if the action is available in the current stage.
protected  void AdHocCommand.setExecuteAction(AdHocCommand.Action action)
          Sets which of the actions available for the current stage is considered the equivalent to "execute".
 

Uses of AdHocCommand.Action in org.jivesoftware.smackx.packet
 

Methods in org.jivesoftware.smackx.packet that return AdHocCommand.Action
 AdHocCommand.Action AdHocCommandData.getAction()
          Returns the action to execute.
 AdHocCommand.Action AdHocCommandData.getExecuteAction()
           
 

Methods in org.jivesoftware.smackx.packet that return types with arguments of type AdHocCommand.Action
 List<AdHocCommand.Action> AdHocCommandData.getActions()
           
 

Methods in org.jivesoftware.smackx.packet with parameters of type AdHocCommand.Action
 void AdHocCommandData.addAction(AdHocCommand.Action action)
           
 void AdHocCommandData.setAction(AdHocCommand.Action action)
           
 void AdHocCommandData.setExecuteAction(AdHocCommand.Action executeAction)
           
 



Copyright © 2013 LittleShoot. All Rights Reserved.