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

Packages that use WizardListener
org.xwiki.gwt.user.client.ui.wizard   
 

Uses of WizardListener in org.xwiki.gwt.user.client.ui.wizard
 

Fields in org.xwiki.gwt.user.client.ui.wizard with type parameters of type WizardListener
protected  java.util.List<WizardListener> Wizard.wizardListeners
          The list of wizard listeners to be notified by this wizard on events.
 

Methods in org.xwiki.gwt.user.client.ui.wizard with parameters of type WizardListener
 void Wizard.addWizardListener(WizardListener listener)
          Adds a wizard listener to the list notified by this wizard.
 void Wizard.removeWizardListener(WizardListener listener)
          Removes the specified wizard listener from the list notified by this wizard.
 



Copyright © 2004-2010 XWiki. All Rights Reserved.