org.xwiki.gwt.user.client.ui.wizard
Interface WizardListener


public interface WizardListener

Interface to specify wizard event, such as the wizard completion or cancel, to let obsevers know when a wizard is done.

Version:
$Id: ba2eed5b84c8e93d8e001559739ada0e8f9af8cf $

Method Summary
 void onCancel(Wizard sender)
          Fired when the wizard is canceled.
 void onFinish(Wizard sender, Object result)
          Fired when the wizard is finished, passing the result of the wizard in its parameter.
 

Method Detail

onFinish

void onFinish(Wizard sender,
              Object result)
Fired when the wizard is finished, passing the result of the wizard in its parameter.

Parameters:
sender - the source of this wizard event
result - the result of the wizard.

onCancel

void onCancel(Wizard sender)
Fired when the wizard is canceled.

Parameters:
sender - the source of this wizard event


Copyright © 2004-2012 XWiki. All Rights Reserved.