Interface
caplin.trading.trademodel

StructureChangedListener

StructureChangedListeners wish to be notified whenever the current structure of the caplin.trading.trademodel.Trade they're listening to changes Structure (i.e. adding legs).

Constructor Summary

Attributes Name and Description
caplin.trading.trademodel.StructureChangedListener()

The super constructor of implementors of StructureChangedListener.

Method Summary

Attributes Name and Description
void structureChanged( pStructureChanges)

Notifies listeners that the structure has changed.

Constructor Detail

caplin.trading.trademodel.StructureChangedListener()

The super constructor of implementors of StructureChangedListener.

Method Detail

void structureChanged( pStructureChanges)

Notifies listeners that the structure has changed.

Parameters
pStructureChanges {Array} An array of structure changes within the trade. Each element within the array will be a caplin.trading.trademodel.StructureChangedEvent.