Uses of Interface
org.jivesoftware.smack.ChatManagerListener

Packages that use ChatManagerListener
org.jivesoftware.smack Core classes of the Smack API. 
 

Uses of ChatManagerListener in org.jivesoftware.smack
 

Methods in org.jivesoftware.smack that return types with arguments of type ChatManagerListener
 java.util.Collection<ChatManagerListener> ChatManager.getChatListeners()
          Returns an unmodifiable collection of all chat listeners currently registered with this manager.
 

Methods in org.jivesoftware.smack with parameters of type ChatManagerListener
 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.