| Package | Description |
|---|---|
| tigase.jaxmpp.core.client.xmpp.modules.chat.xep0085 |
| Modifier and Type | Method and Description |
|---|---|
static ChatState |
ChatState.fromElement(Element elem) |
ChatState |
ChatStateExtension.getRecipientChatState(Chat chat) |
static ChatState |
ChatState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChatState[] |
ChatState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChatStateExtension.ChatStateChangedHandler.onChatStateChanged(SessionObject sessionObject,
Chat chat,
ChatState state) |
void |
ChatStateExtension.setOwnChatState(Chat chat,
ChatState state) |
| Constructor and Description |
|---|
ChatStateChangedEvent(SessionObject sessionObject,
Chat chat,
ChatState state) |
Copyright © 2006–2015 Tigase. All rights reserved.