Uses of Interface
org.jivesoftware.spark.ui.ChatRoomListener

Packages that use ChatRoomListener
org.jivesoftware.spark Provides the Managers used as the main entry points into the Spark client. 
org.jivesoftware.spark.ui Provides support by providing all chat specific components, such as ChatRoom and ContactList. 
org.jivesoftware.spark.ui.conferences Contains Conference Room specific components, such as room browsers and helpful conference utilities. 
org.jivesoftware.sparkimpl.plugin.transcripts   
org.jivesoftware.sparkimpl.preference.sounds   
 

Uses of ChatRoomListener in org.jivesoftware.spark
 

Methods in org.jivesoftware.spark with parameters of type ChatRoomListener
 void ChatManager.addChatRoomListener(ChatRoomListener listener)
          Used to listen for rooms opening, closing or being activated( already opened, but tabbed to )
 void ChatManager.removeChatRoomListener(ChatRoomListener listener)
          Simplace facade for chatroom.
 

Uses of ChatRoomListener in org.jivesoftware.spark.ui
 

Classes in org.jivesoftware.spark.ui that implement ChatRoomListener
 class ChatRoomListenerAdapter
          An abstract adapter class for receiving Chat Room Events.
 

Methods in org.jivesoftware.spark.ui with parameters of type ChatRoomListener
 void ChatContainer.addChatRoomListener(ChatRoomListener listener)
          Adds a ChatRoom listener to ChatRooms.
 void ChatContainer.removeChatRoomListener(ChatRoomListener listener)
          Removes the specified ChatRoomListener.
 

Uses of ChatRoomListener in org.jivesoftware.spark.ui.conferences
 

Classes in org.jivesoftware.spark.ui.conferences that implement ChatRoomListener
 class ConferenceRoomInfo
          The RoomInfo class is used to display all room information, such as agents and room information.
 

Uses of ChatRoomListener in org.jivesoftware.sparkimpl.plugin.transcripts
 

Classes in org.jivesoftware.sparkimpl.plugin.transcripts that implement ChatRoomListener
 class ChatTranscriptPlugin
          The ChatTranscriptPlugin is responsible for transcript handling within Spark.
 

Uses of ChatRoomListener in org.jivesoftware.sparkimpl.preference.sounds
 

Classes in org.jivesoftware.sparkimpl.preference.sounds that implement ChatRoomListener
 class SoundPlugin