Package com.vaadin.classic.v8.server
Class ClientConnector.DetachEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component>
-
- com.vaadin.classic.v8.server.ClientConnector.DetachEvent
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- ClientConnector
public static class ClientConnector.DetachEvent extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component>Event fired before a connector is detached from the application.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DetachEvent(com.vaadin.flow.component.Component source)Creates a new event using the given source and indicator whether the event originated from the client side or the server side.
-