@TriggerOnce
public static class Screen.AfterInitEvent
extends java.util.EventObject
InitEvent
and AfterInitEvent
.
In this event listener, you can create visual and data components and perform additional initialization if it depends on initialized nested fragments.
Modifier and Type | Field and Description |
---|---|
protected ScreenOptions |
options |
Constructor and Description |
---|
AfterInitEvent(Screen source,
ScreenOptions options) |
Modifier and Type | Method and Description |
---|---|
ScreenOptions |
getOptions() |
Screen |
getSource() |
protected final ScreenOptions options
public AfterInitEvent(Screen source, ScreenOptions options)
public Screen getSource()
getSource
in class java.util.EventObject
public ScreenOptions getOptions()