Class ViewOpenedEvent

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

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

    • ViewOpenedEvent

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