public static class ResourceLoader.ResourceLoadEvent extends Object
| Constructor and Description |
|---|
ResourceLoadEvent(ResourceLoader loader,
String resourceData)
Creates a new event.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getResourceData()
Gets the absolute url or content of the loaded resource or the JS
expression that imports the resource.
|
ResourceLoader |
getResourceLoader()
Gets the resource loader that has fired this event.
|
public ResourceLoadEvent(ResourceLoader loader, String resourceData)
loader - the resource loader that has loaded the resourceresourceData - the url or content of the loaded resource or the JS
expression that imports the resourcepublic ResourceLoader getResourceLoader()
public String getResourceData()
Copyright © 2000–2025 Vaadin Ltd. All rights reserved.