|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AsyncXmlLoaderCallback
Interface to process Xml payloads returned by AsyncXmlLoader.
Method Summary | |
---|---|
void |
onError(String resourceName,
Throwable error)
Method invoked if the resource could not be fetched |
void |
onSuccess(String resourceName,
com.google.gwt.dom.client.Element root)
Method invoked if the resource has successfully been loaded |
Method Detail |
---|
void onError(String resourceName, Throwable error)
resourceName
- The name of the resourceerror
- An error describing why the resource could not be fetched.void onSuccess(String resourceName, com.google.gwt.dom.client.Element root)
resourceName
- The name of the resourceroot
- The root elment of the XML document corresponding to the resource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |