Package | Description |
---|---|
org.jivesoftware.spark |
Provides the Managers used as the main entry points into the Spark client.
|
org.jivesoftware.spark.phone | |
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.emoticons | |
org.jivesoftware.sparkimpl.plugin.transcripts | |
org.jivesoftware.sparkimpl.preference.sounds |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
PhoneManager
Handles general phone behavior in Spark.
|
Modifier and Type | Class and Description |
---|---|
class |
ChatRoomListenerAdapter
An abstract adapter class for receiving Chat Room Events.
|
Modifier and Type | Method and Description |
---|---|
void |
ChatContainer.addChatRoomListener(ChatRoomListener listener)
Adds a ChatRoom listener to ChatRooms.
|
void |
ChatContainer.removeChatRoomListener(ChatRoomListener listener)
Removes the specified
ChatRoomListener . |
Modifier and Type | Class and Description |
---|---|
class |
GroupChatRoomListener
This listener is notified for every group chat room.
|
Modifier and Type | Class and Description |
---|---|
class |
EmoticonPlugin
Adds an EmoticonPickList to each ChatRoom.
|
Modifier and Type | Class and Description |
---|---|
class |
ChatTranscriptPlugin
The
ChatTranscriptPlugin is responsible for transcript handling within Spark. |
Modifier and Type | Class and Description |
---|---|
class |
SoundPlugin |