Package | Description |
---|---|
org.jivesoftware.spark |
Provides the Managers used as the main entry points into the Spark client.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<RoomInvitationListener> |
ChatManager.getInvitationListeners()
Returns all registered
RoomInvitationListener s. |
Modifier and Type | Method and Description |
---|---|
void |
ChatManager.addInvitationListener(RoomInvitationListener listener)
Adds a
RoomInvitationListener . |
void |
ChatManager.removeInvitationListener(RoomInvitationListener listener)
Removes a
RoomInvitationListener . |