public static interface ResourceLoader.ResourceLoadListener
| Modifier and Type | Method and Description |
|---|---|
void |
onError(ResourceLoader.ResourceLoadEvent event)
Notifies this ResourceLoadListener that a resource could not be
loaded, e.g.
|
void |
onLoad(ResourceLoader.ResourceLoadEvent event)
Notifies this ResourceLoadListener that a resource has been loaded.
|
void onLoad(ResourceLoader.ResourceLoadEvent event)
event - a resource load event with information about the loaded
resourceResourceLoader.ResourceLoadEventvoid onError(ResourceLoader.ResourceLoadEvent event)
event - a resource load event with information about the resource
that could not be loaded.ResourceLoader.ResourceLoadEventCopyright © 2000–2019 Vaadin Ltd. All rights reserved.