| Package | Description |
|---|---|
| org.jivesoftware.smack |
Core classes of the Smack API.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<MessageListener> |
Chat.getListeners()
Returns an unmodifiable collection of all of the listeners registered
with this chat.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Chat.addMessageListener(MessageListener listener)
Adds a packet listener that will be notified of any new messages in the
chat.
|
Chat |
ChatManager.createChat(String userJID,
MessageListener listener)
Creates a new chat and returns it.
|
Chat |
ChatManager.createChat(String userJID,
String thread,
MessageListener listener)
Creates a new chat using the specified thread ID, then returns it.
|
void |
Chat.removeMessageListener(MessageListener listener) |
Copyright © 2014. All Rights Reserved.