public class UIInitEvent extends EventObject
UIInitListener when a UI has been initialized.source| Constructor and Description |
|---|
UIInitEvent(UI ui,
VaadinService service)
Constructs a prototypical Event.
|
| Modifier and Type | Method and Description |
|---|---|
VaadinService |
getSource() |
UI |
getUI()
Get the initialized UI for this initialization event.
|
toStringpublic UIInitEvent(UI ui, VaadinService service)
service - the service from which the event originatesui - the initialized UIpublic VaadinService getSource()
getSource in class EventObjectpublic UI getUI()
Copyright © 2025. All rights reserved.