|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
RateServiceListener Provides the call back methods called by the Rates Service
Method Summary | |
void |
OnConnected()
OnConnected() - Called when rates services connected to Rate Services and the connection has been authenicated. |
void |
OnConnectionFailed(java.lang.Exception e)
OnConnectionFailed(Exception e) - Called when rates services fails to connect to Rate Services with the Exception causes failure. |
void |
OnConnectionLost(java.lang.Exception e)
OnConnectionLost(Exception e) - Called when rates services connection to Rate Services is lost with the Exception causes loss. |
void |
OnDisconnected()
OnDisconnected() - Called when rates services has been disconnected from the Rate Services after a client request |
void |
OnRate(Rate rate)
OnRate( Rate rate ) - Called when a rate is updated |
Method Detail |
public void OnConnected()
public void OnConnectionFailed(java.lang.Exception e)
e
- Exception which caused the lost connection.public void OnConnectionLost(java.lang.Exception e)
e
- Exception which caused the lost connection.public void OnDisconnected()
public void OnRate(Rate rate)
rate
- The rate which is updating
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |