Uses of Interface
com.vaadin.terminal.gwt.client.ResourceLoader.ResourceLoadListener

Packages that use ResourceLoader.ResourceLoadListener
com.vaadin.terminal.gwt.client   
 

Uses of ResourceLoader.ResourceLoadListener in com.vaadin.terminal.gwt.client
 

Methods in com.vaadin.terminal.gwt.client with parameters of type ResourceLoader.ResourceLoadListener
 void ResourceLoader.loadScript(String scriptUrl, ResourceLoader.ResourceLoadListener resourceLoadListener)
          Load a script and notify a listener when the script is loaded.
 void ResourceLoader.loadStylesheet(String stylesheetUrl, ResourceLoader.ResourceLoadListener resourceLoadListener)
          Load a stylesheet and notify a listener when the stylesheet is loaded.
 void ResourceLoader.preloadResource(String url, ResourceLoader.ResourceLoadListener resourceLoadListener)
          Download a resource and notify a listener when the resource is loaded without attempting to interpret the resource.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.