@TriggerOnce
public static class Screen.AfterShowEvent
extends java.util.EventObject
In this event listener, you can show notifications, dialogs or other screens. For example:
@Subscribe
protected void onAfterShow(AfterShowEvent event) {
notifications.create().withCaption("Just opened").show();
}
| Constructor and Description |
|---|
AfterShowEvent(Screen source) |
| Modifier and Type | Method and Description |
|---|---|
Screen |
getSource() |