Interface SelectConnectorListener


  • public interface SelectConnectorListener
    Listener for the selection of a connector in the debug window.
    Since:
    7.1.4
    • Method Detail

      • select

        void select​(ServerConnector connector,
                    com.google.gwt.dom.client.Element element)
        Listener method called when a connector has been selected. If a specific element of the connector was selected, it is also given.
        Parameters:
        connector - selected connector
        element - selected element of the connector or null if unknown