Class ScreenOpenedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.ui.event.screen.ScreenOpenedEvent
All Implemented Interfaces:
Serializable

public class ScreenOpenedEvent extends org.springframework.context.ApplicationEvent
Application event that is sent after the screen is shown, i.e. when it is added to the application UI.

ApplicationEvent analogue of the Screen.AfterShowEvent.

See Also:
  • Constructor Details

    • ScreenOpenedEvent

      public ScreenOpenedEvent(Screen screen)
      Creates a new ScreenOpenedEvent.
      Parameters:
      screen - the screen on which the event initially occurred (never null)
  • Method Details