Package | Description |
---|---|
org.jivesoftware.smackx.commands | |
org.jivesoftware.smackx.commands.packet |
Modifier and Type | Method and Description |
---|---|
List<AdHocCommandNote> |
AdHocCommand.getNotes()
Returns the notes that the command has at the current stage.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AdHocCommand.addNote(AdHocCommandNote note)
Adds a note to the current stage.
|
Modifier and Type | Method and Description |
---|---|
List<AdHocCommandNote> |
AdHocCommandData.getNotes()
Returns the list of notes that the command has.
|
Modifier and Type | Method and Description |
---|---|
void |
AdHocCommandData.addNote(AdHocCommandNote note) |
void |
AdHocCommandData.remveNote(AdHocCommandNote note) |