Uses of Enum Class
com.btobits.fixengine.adaptor.client.event.ClientState
Packages that use ClientState
-
Uses of ClientState in com.btobits.fixengine.adaptor.client
Methods in com.btobits.fixengine.adaptor.client that return ClientStateModifier and TypeMethodDescriptionAbstractClient.getClientState()
Client.getClientState()
Gets client state.Methods in com.btobits.fixengine.adaptor.client with parameters of type ClientStateModifier and TypeMethodDescriptionprotected void
AbstractClient.setClientState
(ClientState clientState) -
Uses of ClientState in com.btobits.fixengine.adaptor.client.event
Methods in com.btobits.fixengine.adaptor.client.event that return ClientStateModifier and TypeMethodDescriptionstatic ClientState
Returns the enum constant of this class with the specified name.static ClientState[]
ClientState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.btobits.fixengine.adaptor.client.event with parameters of type ClientStateModifier and TypeMethodDescriptionvoid
ClientStateListener.onStateChange
(ClientState clientState) Fired when client state is changed.void
DefaultClientStateListener.onStateChange
(ClientState clientState)