Class ViewClosedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.flowui.event.view.ViewClosedEvent
All Implemented Interfaces:
Serializable

public class ViewClosedEvent extends org.springframework.context.ApplicationEvent
Application event that is sent after the view is closed.
See Also:
  • Constructor Details

    • ViewClosedEvent

      public ViewClosedEvent(View<?> view)
      Creates a new ViewClosedEvent.
      Parameters:
      view - the view on which the event initially occurred (never null)
  • Method Details