Uses of Class
rocks.xmpp.im.chat.ChatSessionEvent
-
Packages that use ChatSessionEvent Package Description rocks.xmpp.im.chat Provides core classes needed for chat. -
-
Uses of ChatSessionEvent in rocks.xmpp.im.chat
Method parameters in rocks.xmpp.im.chat with type arguments of type ChatSessionEvent Modifier and Type Method Description void
ChatManager. addChatSessionListener(Consumer<ChatSessionEvent> chatSessionListener)
Adds a chat session listener.void
ChatManager. removeChatSessionListener(Consumer<ChatSessionEvent> chatSessionListener)
Removes a previously added chat session listener.
-