com.vaadin.client.debug.internal
Interface SelectConnectorListener


public interface SelectConnectorListener

Listener for the selection of a connector in the debug window.

Since:
7.1.4

Method Summary
 void select(ServerConnector connector, Element element)
          Listener method called when a connector has been selected.
 

Method Detail

select

void select(ServerConnector connector,
            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


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.