Interface
caplin.trading.service

OnBehalfOfChangeListener

Interface for listening to on behalf of user changes, instances should be registered with the global EventHub

Constructor Summary

Attributes Name and Description
caplin.trading.service.OnBehalfOfChangeListener()

Method Summary

Attributes Name and Description
void changeCompleted()

An on behalf of user change has been completed.

void changeFailed(String sReason)

A pending on behalf of user change has failed.

void changeInitiated()

An on behalf of user change has been initiated.

Constructor Detail

caplin.trading.service.OnBehalfOfChangeListener()

Method Detail

void changeCompleted()

An on behalf of user change has been completed.

void changeFailed(String sReason)

A pending on behalf of user change has failed.

Parameters
String sReason the reason the change failed.

void changeInitiated()

An on behalf of user change has been initiated.