Interface
caplin.trading.trademodel

InvalidServerEventListener

The InvalidServerEventListener interface allows interested parties to be informed when an invalid server event is encountered during the processing of server messages within the caplin.trading.trademodel.Trade object.

Constructor Summary

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

Method Summary

Attributes Name and Description
void receivedInvalidServerEvent(caplin.trading.validation.ValidationResult oResult)

Notifies listeners that an invalid event was received from the server.

Constructor Detail

caplin.trading.trademodel.InvalidServerEventListener()

Method Detail

void receivedInvalidServerEvent(caplin.trading.validation.ValidationResult oResult)

Notifies listeners that an invalid event was received from the server.

Parameters
caplin.trading.validation.ValidationResult oResult The validation result from processing the server event.