Package io.jmix.ui.event.screen
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:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjecttoString
- 
Constructor Details- 
ScreenClosedEventCreates a new ScreenClosedEvent.- Parameters:
- screen- the screen on which the event initially occurred (never- null)
 
 
- 
- 
Method Details- 
getSource- Overrides:
- getSourcein class- EventObject
 
 
-