Interface GuiHubConnector.ConnectionUpdate

  • Enclosing class:
    GuiHubConnector

    static interface GuiHubConnector.ConnectionUpdate
    Interface defining how an object is to be notified when the hub connection status changes.
    • Method Detail

      • setConnected

        void setConnected​(java.lang.Object item,
                          boolean isConnected)
        Invoked when hub connection status changes.
        Parameters:
        item - which is being notified
        isConnected - whether the hub is now connected or not