Package | Description |
---|---|
org.jivesoftware.spark.ui |
Provides support by providing all chat specific components, such as ChatRoom and ContactList.
|
org.jivesoftware.sparkimpl.preference.sounds |
Modifier and Type | Interface and Description |
---|---|
interface |
GlobalMessageListener
Notifies users of ANY incoming and outgoing messages.
|
Modifier and Type | Class and Description |
---|---|
class |
ChatContainer
Contains all
ChatRoom objects within Spark. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
SoundPlugin |