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

    Constructors
    Constructor
    Description
    UIDetachEvent(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, getUI

    Methods inherited from class com.vaadin.flow.component.ComponentEvent

    getSource, isFromClient, unregisterListener

    Methods inherited from class java.util.EventObject

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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