public class UIProviderEvent extends EventObject implements Serializable
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, toStringpublic UIProviderEvent(VaadinRequest request)
request - the request for which the event is UI provider is invokedpublic VaadinService getService()
public VaadinRequest getRequest()
Copyright © 2016 Vaadin Ltd. All rights reserved.