Package | Description |
---|---|
com.btobits.fixengine.adaptor.client.event |
Modifier and Type | Method and Description |
---|---|
static EventCode |
EventCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventCode[] |
EventCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EventListener.onAdaptorEvent(String sessionID,
EventCode eventCode,
String eventDescription)
Invoked when adaptor event raised.
|
void |
EmptyEventListener.onAdaptorEvent(String sessionID,
EventCode eventCode,
String eventDescription) |
void |
EventListener.onAdaptorEvent(String sessionID,
EventCode eventCode,
String eventDescription,
byte[] message)
Invoked when adaptor event raised.
|
void |
EmptyEventListener.onAdaptorEvent(String sessionID,
EventCode eventCode,
String eventDescription,
byte[] message) |
Copyright © 2000–2022 EPAM Systems. All rights reserved.