Package | Description |
---|---|
com.google.gwt.resources.client |
Classes for aggregating static resources into bundles.
|
com.google.gwt.resources.client.impl |
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. |
Modifier and Type | Method and Description |
---|---|
void |
ExternalTextResourcePrototype.getText(ResourceCallback<TextResource> callback)
Possibly fire off an HTTPRequest for the text resource.
|
Copyright © 2018. All rights reserved.