Uses of Class
org.jivesoftware.smackx.chatstates.ChatState
-
Packages that use ChatState Package Description org.jivesoftware.smackx.chatstates Classes for Chat States (XEP-0085).org.jivesoftware.smackx.chatstates.packet Element classes for XEP-0085: Chat State Notifications. -
-
Uses of ChatState in org.jivesoftware.smackx.chatstates
Methods in org.jivesoftware.smackx.chatstates that return ChatState Modifier and Type Method Description static ChatStateChatState. valueOf(java.lang.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.Methods in org.jivesoftware.smackx.chatstates with parameters of type ChatState Modifier and Type Method Description voidChatStateManager. 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 ChatState Modifier and Type Method Description ChatStateChatStateExtension. getChatState()Constructors in org.jivesoftware.smackx.chatstates.packet with parameters of type ChatState Constructor Description ChatStateExtension(ChatState state)Default constructor.
-