@FunctionalInterface public static interface ClientConnector.DetachListener extends ConnectorEventListener
connector detach events.| Modifier and Type | Field and Description |
|---|---|
static Method |
detachMethod |
| Modifier and Type | Method and Description |
|---|---|
void |
detach(ClientConnector.DetachEvent event)
Called when a DetachListener is notified of a DetachEvent.
|
static final Method detachMethod
void detach(ClientConnector.DetachEvent event)
event - The detach event that was fired.Copyright © 2017 Vaadin Ltd. All rights reserved.