Class ScreenClosedEvent

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

public class ScreenClosedEvent extends org.springframework.context.ApplicationEvent
Application event that is sent after the screen is closed, i.e. when it is removed from the application UI.

ApplicationEvent analogue of the Screen.AfterCloseEvent

See Also:
  • Constructor Details

    • ScreenClosedEvent

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