|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceLoader.ResourceLoadListener | |
|---|---|
| com.vaadin.client | |
| Uses of ResourceLoader.ResourceLoadListener in com.vaadin.client |
|---|
| Methods in com.vaadin.client with parameters of type ResourceLoader.ResourceLoadListener | |
|---|---|
void |
ResourceLoader.loadScript(java.lang.String scriptUrl,
ResourceLoader.ResourceLoadListener resourceLoadListener)
Load a script and notify a listener when the script is loaded. |
void |
ResourceLoader.loadScript(java.lang.String scriptUrl,
ResourceLoader.ResourceLoadListener resourceLoadListener,
boolean async)
Load a script and notify a listener when the script is loaded. |
void |
ResourceLoader.loadStylesheet(java.lang.String stylesheetUrl,
ResourceLoader.ResourceLoadListener resourceLoadListener)
Load a stylesheet and notify a listener when the stylesheet is loaded. |
void |
ResourceLoader.preloadResource(java.lang.String url,
ResourceLoader.ResourceLoadListener resourceLoadListener)
Download a resource and notify a listener when the resource is loaded without attempting to interpret the resource. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||