public static class ResourceLoader.ResourceLoadEvent extends Object
| Constructor and Description |
|---|
ResourceLoadEvent(ResourceLoader loader,
String resourceUrl)
Creates a new event.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceLoader |
getResourceLoader()
Gets the resource loader that has fired this event.
|
String |
getResourceUrl()
Gets the absolute url of the loaded resource.
|
public ResourceLoadEvent(ResourceLoader loader, String resourceUrl)
loader - the resource loader that has loaded the resourceresourceUrl - the url of the loaded resourcepublic ResourceLoader getResourceLoader()
public String getResourceUrl()
Copyright © 2000–2018 Vaadin Ltd. All rights reserved.