public interface WizardListener
| Modifier and Type | Method and Description |
|---|---|
void |
aborted()
Called when the wizard has been aborted by the user.
|
void |
completed(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId id)
Called when the wizard is completed without errors
|
void |
failed(Throwable throwable,
String reason,
String details)
Called when the something in the wizard is failed.
|
Copyright © 2014. All Rights Reserved.