Uses of Class
org.jivesoftware.smackx.commands.AdHocCommandNote
-
Packages that use AdHocCommandNote 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 AdHocCommandNote in org.jivesoftware.smackx.commands
Methods in org.jivesoftware.smackx.commands that return types with arguments of type AdHocCommandNote Modifier and Type Method Description java.util.List<AdHocCommandNote>
AdHocCommand. getNotes()
Returns the notes that the command has at the current stage.Methods in org.jivesoftware.smackx.commands with parameters of type AdHocCommandNote Modifier and Type Method Description protected void
AdHocCommand. addNote(AdHocCommandNote note)
Adds a note to the current stage. -
Uses of AdHocCommandNote in org.jivesoftware.smackx.commands.packet
Methods in org.jivesoftware.smackx.commands.packet that return types with arguments of type AdHocCommandNote Modifier and Type Method Description java.util.List<AdHocCommandNote>
AdHocCommandData. getNotes()
Returns the list of notes that the command has.Methods in org.jivesoftware.smackx.commands.packet with parameters of type AdHocCommandNote Modifier and Type Method Description void
AdHocCommandData. addNote(AdHocCommandNote note)
void
AdHocCommandData. removeNote(AdHocCommandNote note)
-