Package COM.activesw.api.client
Interface BrokerServerConnectionCallback
public interface BrokerServerConnectionCallback
This class is implemented by any object which needs to be registered for server client connection callbacks.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleServerConnectionChange
(BrokerServerClient client, int connect_state, Object client_data) Implement this method to handle host client connection callbacks.
-
Method Details
-
handleServerConnectionChange
Implement this method to handle host client connection callbacks. State values are BrokerClient.CONNECT_STATE_*.
-