Class CloseWindowsInternalEvent

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

public class CloseWindowsInternalEvent extends org.springframework.context.ApplicationEvent
Application event which is fired when the framework closes all windows. For instance, when the user logs out.
See Also:
  • Constructor Details

    • CloseWindowsInternalEvent

      public CloseWindowsInternalEvent(Screens screens)
  • Method Details