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 void
ExternalTextResource. getText(ResourceCallback<TextResource> callback)
Fetches aTextResource
and callscallback
with the result.
-