Class AfterScreenCloseEvent<S extends Screen>

java.lang.Object
java.util.EventObject
io.jmix.ui.builder.AfterScreenCloseEvent<S>
Type Parameters:
S - type of the screen
All Implemented Interfaces:
Serializable

public class AfterScreenCloseEvent<S extends Screen> extends EventObject
Event sent to listeners added to the screen using withAfterCloseListener() method of screen builders.

Event has a screen type and can be used only in screen builders. This is the main difference from Screen.AfterCloseEvent.

See Also:
  • Field Details

    • closeAction

      protected final CloseAction closeAction
  • Constructor Details

    • AfterScreenCloseEvent

      public AfterScreenCloseEvent(S source, CloseAction closeAction)
  • Method Details