Package | Description |
---|---|
com.btobits.fixaj.events | |
com.btobits.fixaj.session |
Modifier and Type | Method and Description |
---|---|
SessionState |
SessionStateEvent.getSessionState() |
Modifier and Type | Method and Description |
---|---|
void |
CommonSessionStateListener.onSessionStateChange(SessionEvent event,
SessionState state) |
void |
SessionStateListener.onSessionStateChange(SessionState state) |
Constructor and Description |
---|
SessionStateEvent(String sessionID,
SessionState sessionState) |
Modifier and Type | Field and Description |
---|---|
static SessionState |
SessionState.CONNECTED |
static SessionState |
SessionState.CONNECTING |
static SessionState |
SessionState.DESTROYED |
static SessionState |
SessionState.DISCONNECTED |
static SessionState |
SessionState.DISCONNECTING |
static SessionState |
SessionState.ERROR |
static SessionState |
SessionState.NEW |
static SessionState |
SessionState.UNKNOWN |
static SessionState |
SessionState.WAITING_FOR_CONNECT |
Modifier and Type | Method and Description |
---|---|
static SessionState |
SessionState.getSessionStateBy(SessionState sessionState) |
Copyright © 2000–2022 EPAM Systems. All rights reserved.