Interface ClientConnector.AttachListener

All Superinterfaces:
com.vaadin.flow.component.ComponentEventListener<ClientConnector.AttachEvent>, EventListener, Serializable
Enclosing interface:
ClientConnector
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ClientConnector.AttachListener extends com.vaadin.flow.component.ComponentEventListener<ClientConnector.AttachEvent>
Interface for listening connector attach events. This can be replaced with com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.AttachEvent>.