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 Type
    Method
    Description
    void
    handleServerConnectionChange(BrokerServerClient client, int connect_state, Object client_data)
    Implement this method to handle host client connection callbacks.
  • Method Details

    • handleServerConnectionChange

      void handleServerConnectionChange(BrokerServerClient client, int connect_state, Object client_data)
      Implement this method to handle host client connection callbacks. State values are BrokerClient.CONNECT_STATE_*.