Package | Description |
---|---|
org.jivesoftware.spark |
Provides the Managers used as the main entry points into the Spark client.
|
org.jivesoftware.spark.util |
Provides helpful utilities used for Spark.
|
Modifier and Type | Method and Description |
---|---|
ChatContainer |
ChatManager.getChatContainer()
Returns all ChatRooms currently active.
|
Modifier and Type | Method and Description |
---|---|
static ChatContainer |
UIComponentRegistry.createChatContainer()
Creates a new chat container object.
|
Modifier and Type | Method and Description |
---|---|
static void |
UIComponentRegistry.registerChatContainer(java.lang.Class<? extends ChatContainer> clazz)
Registers a new class implementing a chat room.
|