The super constructor of implementors of DataChangedListener.
DataFieldChangedListener
s subscribe to a
module:caplin/trading/trademodel/InstrumentDataSubscriber
. They are
informed whenever data arrives from the server to data changed events.Methods
-
dataChanged(oData)
-
Notifies the listener that the data has changed.
Parameters:
Name Type Description oData
module:caplin/trading/trademodel/DataHolder Contains the changed data.