S - type of the screenpublic class AfterScreenShowEvent<S extends Screen>
extends java.util.EventObject
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.
| Constructor and Description |
|---|
AfterScreenShowEvent(S source) |
| Modifier and Type | Method and Description |
|---|---|
S |
getSource() |