|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageListener | |
|---|---|
| org.jivesoftware.smack | Core classes of the Smack API. |
| org.jivesoftware.smackx | Smack extensions API. |
| org.jivesoftware.smackx.muc | Classes and Interfaces that implement Multi-User Chat (MUC). |
| Uses of MessageListener in org.jivesoftware.smack |
|---|
| Methods in org.jivesoftware.smack that return types with arguments of type MessageListener | |
|---|---|
java.util.Collection<MessageListener> |
Chat.getListeners()
Returns an unmodifiable collection of all of the listeners registered with this chat. |
| Methods in org.jivesoftware.smack with parameters of type MessageListener | |
|---|---|
void |
Chat.addMessageListener(MessageListener listener)
Adds a packet listener that will be notified of any new messages in the chat. |
Chat |
ChatManager.createChat(java.lang.String userJID,
MessageListener listener)
Creates a new chat and returns it. |
Chat |
ChatManager.createChat(java.lang.String userJID,
java.lang.String thread,
MessageListener listener)
Creates a new chat using the specified thread ID, then returns it. |
void |
Chat.removeMessageListener(MessageListener listener)
|
| Uses of MessageListener in org.jivesoftware.smackx |
|---|
| Subinterfaces of MessageListener in org.jivesoftware.smackx | |
|---|---|
interface |
ChatStateListener
Events for when the state of a user in a chat changes. |
| Uses of MessageListener in org.jivesoftware.smackx.muc |
|---|
| Methods in org.jivesoftware.smackx.muc with parameters of type MessageListener | |
|---|---|
Chat |
MultiUserChat.createPrivateChat(java.lang.String occupant,
MessageListener listener)
Returns a new Chat for sending private messages to a given room occupant. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||