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

public class AfterScreenShowEvent<S extends Screen> extends EventObject
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.

See Also:
  • Constructor Details

    • AfterScreenShowEvent

      public AfterScreenShowEvent(S source)
  • Method Details