Uses of Class
com.google.gwt.resources.client.ResourceException
Package
Description
Classes for aggregating static resources into bundles.
-
Uses of ResourceException in com.google.gwt.resources.client
Modifier and TypeMethodDescriptionvoid
ResourceCallback.onError
(ResourceException e) Invoked if the asynchronous operation failed.Modifier and TypeMethodDescriptionvoid
ExternalTextResource.getText
(ResourceCallback<TextResource> callback) Fetches aTextResource
and callscallback
with the result.