org.marketcetera.saclient
Interface ConnectionStatusListener
public interface ConnectionStatusListener
This interface enables clients to be notified whenever the status
of client's connection to the strategy agent changes.
- Since:
- 2.0.0
- Version:
- $Id: ConnectionStatusListener.java 16154 2012-07-14 16:34:05Z colin $
- Author:
- anshul@marketcetera.com
receiveConnectionStatus
void receiveConnectionStatus(boolean inStatus)
- Provides the current connection status.
- Parameters:
inStatus - true if the client got connected, false if the client
got disconnected.
Copyright © 2012. All Rights Reserved.