| Package | Description |
|---|---|
| org.jivesoftware.smack |
Core classes of the Smack API.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ChatManagerListener> |
ChatManager.getChatListeners()
Returns an unmodifiable collection of all chat listeners currently
registered with this manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChatManager.addChatListener(ChatManagerListener listener)
Register a new listener with the ChatManager to recieve events related to
chats.
|
void |
ChatManager.removeChatListener(ChatManagerListener listener)
Removes a listener, it will no longer be notified of new events related
to chats.
|
Copyright © 2014. All Rights Reserved.