Package | Description |
---|---|
org.jivesoftware.smackx.chatstates | |
org.jivesoftware.smackx.chatstates.packet |
Modifier and Type | Method and Description |
---|---|
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 |
ChatStateManager.setCurrentState(ChatState newState,
Chat chat)
Sets the current state of the provided chat.
|
void |
ChatStateListener.stateChanged(Chat chat,
ChatState state)
Fired when the state of a chat with another user changes.
|
Constructor and Description |
---|
ChatStateExtension(ChatState state)
Default constructor.
|