Uses of Enum
org.jivesoftware.smackx.chatstates.ChatState
Packages that use ChatState
Package
Description
Classes for Chat States (XEP-0085).
Element classes for XEP-0085: Chat State Notifications.
- 
Uses of ChatState in org.jivesoftware.smackx.chatstates
Methods in org.jivesoftware.smackx.chatstates that return ChatStateModifier and TypeMethodDescriptionstatic ChatStateReturns 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.Methods in org.jivesoftware.smackx.chatstates with parameters of type ChatStateModifier and TypeMethodDescriptionvoidChatStateManager.setCurrentState(ChatState newState, Chat chat) Sets the current state of the provided chat.voidChatStateListener.stateChanged(Chat chat, ChatState state, Message message) Fired when the state of a chat with another user changes. - 
Uses of ChatState in org.jivesoftware.smackx.chatstates.packet
Methods in org.jivesoftware.smackx.chatstates.packet that return ChatStateConstructors in org.jivesoftware.smackx.chatstates.packet with parameters of type ChatState