Package | Description |
---|---|
com.btobits.fixengine.adaptor.client | |
com.btobits.fixengine.adaptor.client.event |
Modifier and Type | Method and Description |
---|---|
ClientState |
Client.getClientState()
Gets client state.
|
ClientState |
AbstractClient.getClientState() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractClient.setClientState(ClientState clientState) |
Modifier and Type | Method and Description |
---|---|
static ClientState |
ClientState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientState[] |
ClientState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientStateListener.onStateChange(ClientState clientState)
Fired when client state is changed.
|
void |
DefaultClientStateListener.onStateChange(ClientState clientState) |
Copyright © 2000–2022 EPAM Systems. All rights reserved.