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 Summary
Fields inherited from class java.util.EventObject
source - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
toString 
- 
Constructor Details
- 
ScreenClosedEvent
Creates a new ScreenClosedEvent.- Parameters:
 screen- the screen on which the event initially occurred (nevernull)
 
 - 
 - 
Method Details
- 
getSource
- Overrides:
 getSourcein classEventObject
 
 -