|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WizardListener
| Method Summary | |
|---|---|
void |
aborted()
Called when the wizard has been aborted by the user. |
void |
completed(org.gcube.portlets.user.td.gwtservice.shared.tr.TRId trId)
Called when the wizard is completed without errors and return TableId |
void |
failed(Throwable throwable,
String reason,
String details)
Called when the something in the wizard is failed. |
| Method Detail |
|---|
void completed(org.gcube.portlets.user.td.gwtservice.shared.tr.TRId trId)
void aborted()
void failed(Throwable throwable,
String reason,
String details)
throwable - the exception or null.reason - the failure reason or null.details - the failure details or null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||