Uses of Class
org.jivesoftware.smackx.commands.AdHocCommandNote

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

Uses of AdHocCommandNote in org.jivesoftware.smackx.commands
 

Methods in org.jivesoftware.smackx.commands that return types with arguments of type AdHocCommandNote
 java.util.List<AdHocCommandNote> AdHocCommand.getNotes()
          Returns the notes that the command has at the current stage.
 

Uses of AdHocCommandNote in org.jivesoftware.smackx.packet
 

Methods in org.jivesoftware.smackx.packet that return types with arguments of type AdHocCommandNote
 java.util.List<AdHocCommandNote> AdHocCommandData.getNotes()
          Returns the list of notes that the command has.
 

Methods in org.jivesoftware.smackx.packet with parameters of type AdHocCommandNote
 void AdHocCommandData.addNote(AdHocCommandNote note)
           
 void AdHocCommandData.remveNote(AdHocCommandNote note)