Package io.jmix.ui.builder
Class AfterScreenShowEvent<S extends Screen>
java.lang.Object
java.util.EventObject
io.jmix.ui.builder.AfterScreenShowEvent<S>
- Type Parameters:
S
- type of the screen
- All Implemented Interfaces:
Serializable
Event sent to listeners added to the screen using
withAfterShowListener()
method of screen builders.
Event has a screen type and can be used only in screen builders. This is the main difference from
Screen.AfterShowEvent
.
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
AfterScreenShowEvent
-
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-