Uses of Class
com.btobits.fixaj.session.SessionState
Packages that use SessionState
-
Uses of SessionState in com.btobits.fixaj.events
Methods in com.btobits.fixaj.events that return SessionStateMethods in com.btobits.fixaj.events with parameters of type SessionStateModifier and TypeMethodDescriptionvoid
CommonSessionStateListener.onSessionStateChange
(SessionEvent event, SessionState state) void
SessionStateListener.onSessionStateChange
(SessionState state) Constructors in com.btobits.fixaj.events with parameters of type SessionState -
Uses of SessionState in com.btobits.fixaj.session
Fields in com.btobits.fixaj.session declared as SessionStateModifier and TypeFieldDescriptionstatic final SessionState
SessionState.CONNECTED
static final SessionState
SessionState.CONNECTING
static final SessionState
SessionState.DESTROYED
static final SessionState
SessionState.DISCONNECTED
static final SessionState
SessionState.DISCONNECTING
static final SessionState
SessionState.ERROR
static final SessionState
SessionState.NEW
static final SessionState
SessionState.UNKNOWN
static final SessionState
SessionState.WAITING_FOR_CONNECT
Methods in com.btobits.fixaj.session that return SessionStateModifier and TypeMethodDescriptionstatic SessionState
SessionState.getSessionStateBy
(SessionState sessionState)