Uses of Interface
org.jivesoftware.smack.MessageListener
-
Packages that use MessageListener Package Description org.jivesoftware.smack.chat Smacks legacy API for 1:1 chats.org.jivesoftware.smackx.muc Classes and Interfaces that implement Multi-User Chat (MUC) as defined in XEP-0045.org.jivesoftware.smackx.muclight Classes and Interfaces that implement Multi-User Chat Light (MUC Light). -
-
Uses of MessageListener in org.jivesoftware.smack.chat
Methods in org.jivesoftware.smack.chat with parameters of type MessageListener Modifier and Type Method Description void
ChatManager. addOutgoingMessageInterceptor(MessageListener messageInterceptor)
Deprecated.Adds an interceptor which intercepts any messages sent through chats.void
ChatManager. addOutgoingMessageInterceptor(MessageListener messageInterceptor, StanzaFilter filter)
Deprecated. -
Uses of MessageListener in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc with parameters of type MessageListener Modifier and Type Method Description boolean
MultiUserChat. addMessageListener(MessageListener listener)
Adds a stanza listener that will be notified of any new messages in the group chat.boolean
MultiUserChat. removeMessageListener(MessageListener listener)
Removes a stanza listener that was being notified of any new messages in the multi user chat. -
Uses of MessageListener in org.jivesoftware.smackx.muclight
Methods in org.jivesoftware.smackx.muclight with parameters of type MessageListener Modifier and Type Method Description boolean
MultiUserChatLight. addMessageListener(MessageListener listener)
Adds a stanza listener that will be notified of any new messages in the group chat.boolean
MultiUserChatLight. removeMessageListener(MessageListener listener)
Removes a stanza listener that was being notified of any new messages in the MUCLight.
-