net.sourceforge.fixpusher.control
Interface FIXConnectionListener
- All Known Implementing Classes:
- TopPanel
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.
connectionStatusChanged
void connectionStatusChanged(FIXConnectionListener.Status status,
java.lang.String text)
- Connection status changed.
- Parameters:
status - the statustext - the text