Package com.vaadin.cdi
Class UIDetachEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component>
com.vaadin.flow.component.internal.AbstractAttachDetachEvent
com.vaadin.flow.component.DetachEvent
com.vaadin.cdi.UIDetachEvent
- All Implemented Interfaces:
Serializable
public class UIDetachEvent
extends com.vaadin.flow.component.DetachEvent
Event fired before a
UI is detached.- Since:
- 16.1
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionUIDetachEvent(com.vaadin.flow.component.DetachEvent event) Creates a new UI detach event with given DetachEvent. -
Method Summary
Methods inherited from class com.vaadin.flow.component.internal.AbstractAttachDetachEvent
getSession, getUIMethods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
UIDetachEvent
public UIDetachEvent(com.vaadin.flow.component.DetachEvent event) Creates a new UI detach event with given DetachEvent.- Parameters:
event- the detach event that triggered this UI detach event
-