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

Packages that use MessageListener
org.jivesoftware.spark.ui Provides support by providing all chat specific components, such as ChatRoom and ContactList. 
org.jivesoftware.sparkimpl.preference.sounds   
 

Uses of MessageListener in org.jivesoftware.spark.ui
 

Classes in org.jivesoftware.spark.ui that implement MessageListener
 class ChatContainer
          Contains all ChatRoom objects within Spark.
 

Methods in org.jivesoftware.spark.ui with parameters of type MessageListener
 void ChatRoom.addMessageListener(MessageListener listener)
          Add a MessageListener to the current ChatRoom.
 void ChatRoom.removeMessageListener(MessageListener listener)
          Remove the specified MessageListener from the current ChatRoom.
 

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

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