Uses of Interface
org.springframework.richclient.wizard.WizardListener

Packages that use WizardListener
org.springframework.richclient.wizard   
 

Uses of WizardListener in org.springframework.richclient.wizard
 

Methods in org.springframework.richclient.wizard with parameters of type WizardListener
 void AbstractWizard.addWizardListener(WizardListener wizardListener)
          Add a listener to this wizard
 void Wizard.addWizardListener(WizardListener wizardListener)
          Add a listener to this wizard
 void AbstractWizard.removeWizardListener(WizardListener wizardListener)
          Removes the given listener from this wizard.
 void Wizard.removeWizardListener(WizardListener wizardListener)
          Removes the given listener from this wizard.
 



Copyright © 2004-2008 The Spring Framework. All Rights Reserved.