|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FIXConnectionListener
The listener interface for receiving FIXConnection events.
The class that is interested in processing a FIXConnection
event implements this interface, and the object created
with that class is registered with a component using the
component's
addFIXConnectionListener
method. When
the FIXConnection event occurs, that object's appropriate
method is invoked.
Nested Class Summary
static class
FIXConnectionListener.Status
The Enum Status.
Method Summary
void
connectionStatusChanged(FIXConnectionListener.Status status,
java.lang.String text)
Connection status changed.
Method Detail
connectionStatusChanged
void connectionStatusChanged(FIXConnectionListener.Status status,
java.lang.String text)
status
- the statustext
- the text
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD