Package io.jmix.ui.event.screen
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:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
ScreenOpenedEvent
Creates a new ScreenOpenedEvent.- Parameters:
screen
- the screen on which the event initially occurred (nevernull
)
-
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-