Class 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
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • 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.
    • Method Summary

      • 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 Detail

      • DetachEvent

        public 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.
        Parameters:
        source - the source component