Package | Description |
---|---|
com.google.gwt.resources.client |
Classes for aggregating static resources into bundles.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceCallback.onError(ResourceException e)
Invoked if the asynchronous operation failed.
|
Modifier and Type | Method and Description |
---|---|
void |
ExternalTextResource.getText(ResourceCallback<TextResource> callback)
Fetches a
TextResource and calls callback with the result. |