public class UIProviderEvent extends EventObject
UIProvider
,
Serialized Formsource
Constructor and Description |
---|
UIProviderEvent(VaadinRequest request)
Creates a new UI provider event.
|
Modifier and Type | Method and Description |
---|---|
VaadinRequest |
getRequest()
Gets the request associated with this event.
|
VaadinService |
getService()
Gets the Vaadin service from which the event originates.
|
getSource, toString
public UIProviderEvent(VaadinRequest request)
request
- the request for which the event is UI provider is invokedpublic VaadinService getService()
public VaadinRequest getRequest()
Copyright © 2018 Vaadin Ltd. All rights reserved.