net.sourceforge.fixpusher.model
Interface FIXPropertyListener

All Known Implementing Classes:
LogTableModel, TreePanel

public interface FIXPropertyListener

The listener interface for receiving FIXProperty events. The class that is interested in processing a FIXProperty event implements this interface, and the object created with that class is registered with a component using the component's addFIXPropertyListener method. When the FIXProperty event occurs, that object's appropriate method is invoked.


Method Summary
 void fixPropertyChanged(java.util.List<quickfix.Message> messages)
          Fix property changed.
 

Method Detail

fixPropertyChanged

void fixPropertyChanged(java.util.List<quickfix.Message> messages)
Fix property changed.

Parameters:
messages - the messages