Package com.vaadin.classic.v8.server
Interface ClientConnector.DetachListener
- All Superinterfaces:
com.vaadin.flow.component.ComponentEventListener<ClientConnector.DetachEvent>,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.DetachListener
extends com.vaadin.flow.component.ComponentEventListener<ClientConnector.DetachEvent>
Interface for listening
connector attach events. This
can be replaced with
com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.DetachEvent>-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when a DetachListener is notified of a DetachEvent.default void
-
Method Details
-
onComponentEvent
- Specified by:
onComponentEventin interfacecom.vaadin.flow.component.ComponentEventListener<ClientConnector.DetachEvent>
-
detach
Called when a DetachListener is notified of a DetachEvent.- Parameters:
event- The detach event that was fired.
-