|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FormLoaderCallbackHandler
Interface for the handler that can be passed to the FormRunner#loadFormWithInlineData() and
FormRunner#loadFormWithRemoteData() to receive callbacks when the GWT Form runtime is loaded or when an error
occurred while loading the form.
| Method Summary | |
|---|---|
void |
onError(java.lang.Throwable exception)
This method is called when there encounters an error that prevents loading of the form. |
void |
onLoad(Form form)
This method is called when the form loading is complete. |
| Method Detail |
|---|
void onError(java.lang.Throwable exception)
exception - The error encountered by the FormRunner.void onLoad(Form form)
form - The form runtime instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||