Package com.vaadin.classic.v8.server
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>.-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when a AttachListener is notified of a AttachEvent.default void
-
Method Details
-
onComponentEvent
- Specified by:
onComponentEventin interfacecom.vaadin.flow.component.ComponentEventListener<ClientConnector.AttachEvent>
-
attach
Called when a AttachListener is notified of a AttachEvent.- Parameters:
event- The attach event that was fired.
-