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.
|
toString
public UIInitEvent(UI ui, VaadinService service)
service
- the service from which the event originatesui
- the initialized UIpublic VaadinService getSource()
getSource
in class EventObject
public UI getUI()
Copyright © 2020. All rights reserved.