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.


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)
Connection status changed.

Parameters:
status - the status
text - the text