Interface
caplin.trading.trademodel

DataChangedListener

DataFieldChangedListeners subscribe to a caplin.trading.trademodel.InstrumentDataSubscriber. They are informed whenever data arrives from the server. to data changed events.

Constructor Summary

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

The super constructor of implementors of DataChangedListener.

Method Summary

Attributes Name and Description
void dataChanged(caplin.trading.trademodel.DataHolder oData)

Notifies the listener that the data has changed.

Constructor Detail

caplin.trading.trademodel.DataChangedListener()

The super constructor of implementors of DataChangedListener.

Method Detail

void dataChanged(caplin.trading.trademodel.DataHolder oData)

Notifies the listener that the data has changed.

Parameters
caplin.trading.trademodel.DataHolder oData Contains the changed data.