|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.client.ResourceLoader.ResourceLoadEvent
public static class ResourceLoader.ResourceLoadEvent
Event fired when a resource has been loaded.
| Constructor Summary | |
|---|---|
ResourceLoader.ResourceLoadEvent(ResourceLoader loader,
java.lang.String resourceUrl,
boolean preload)
Creates a new event. |
|
| Method Summary | |
|---|---|
ResourceLoader |
getResourceLoader()
Gets the resource loader that has fired this event |
java.lang.String |
getResourceUrl()
Gets the absolute url of the loaded resource. |
boolean |
isPreload()
Returns true if the resource has been preloaded, false if it's fully loaded |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceLoader.ResourceLoadEvent(ResourceLoader loader,
java.lang.String resourceUrl,
boolean preload)
loader - the resource loader that has loaded the resourceresourceUrl - the url of the loaded resourcepreload - true if the resource has only been preloaded, false if
it's fully loaded| Method Detail |
|---|
public ResourceLoader getResourceLoader()
public java.lang.String getResourceUrl()
public boolean isPreload()
ResourceLoader.preloadResource(String, ResourceLoadListener)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||