org.gcube.portlets.user.td.openwidget.client.general
Interface WizardListener


public interface WizardListener

Author:
"Giancarlo Panichi" g.panichi@isti.cnr.it

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

completed

void completed(org.gcube.portlets.user.td.gwtservice.shared.tr.TRId trId)
Called when the wizard is completed without errors and return TableId


aborted

void aborted()
Called when the wizard has been aborted by the user.


failed

void failed(Throwable throwable,
            String reason,
            String details)
Called when the something in the wizard is failed.

Parameters:
throwable - the exception or null.
reason - the failure reason or null.
details - the failure details or null.


Copyright © 2013. All Rights Reserved.