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 voidAbstractClient.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 ClientStateReturns 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 TypeMethodDescriptionvoidClientStateListener.onStateChange(ClientState clientState) Fired when client state is changed.voidDefaultClientStateListener.onStateChange(ClientState clientState)