Uses of Interface
com.google.gwt.resources.client.ResourceCallback
-
Packages that use ResourceCallback Package Description com.google.gwt.resources.client Classes for aggregating static resources into bundles. -
-
Uses of ResourceCallback in com.google.gwt.resources.client
Methods in com.google.gwt.resources.client with parameters of type ResourceCallback Modifier and Type Method Description voidExternalTextResource. getText(ResourceCallback<TextResource> callback)Fetches aTextResourceand callscallbackwith the result.
-