Package com.streambase.sb.client
Interface ConnectionStatusCallback
- 
public interface ConnectionStatusCallbackThis interface is used to track connection lifecycle events.- Since:
 - 7.3
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstateChanged(ConnectionStatus state, StreamBaseClient streamBaseClient, String additionalInfo)Called when the connection state changes 
 - 
 
- 
- 
Method Detail
- 
stateChanged
void stateChanged(ConnectionStatus state, StreamBaseClient streamBaseClient, String additionalInfo)
Called when the connection state changes- Parameters:
 state- the current statestreamBaseClient- the clientadditionalInfo- additional information
 
 - 
 
 -