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(String title,
String message,
String details,
Throwable throwable)
Called when the something in the wizard is failed.
|
void |
putInBackground()
Called when the operation is put in background
|
void completed(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId id)
void putInBackground()
void aborted()
Copyright © 2015. All Rights Reserved.