Uses of Interface
ca.cgjennings.ui.wizard.WizardListener
-
Packages that use WizardListener Package Description ca.cgjennings.ui.wizard -
-
Uses of WizardListener in ca.cgjennings.ui.wizard
Classes in ca.cgjennings.ui.wizard that implement WizardListener Modifier and Type Class Description classWizardAdapterA base class forWizardListeners that provides no-op implementations for all of the listener methods.Fields in ca.cgjennings.ui.wizard with type parameters of type WizardListener Modifier and Type Field Description protected java.util.LinkedList<WizardListener>AbstractWizardModel. listenersMethods in ca.cgjennings.ui.wizard with parameters of type WizardListener Modifier and Type Method Description voidAbstractWizardModel. addWizardListener(WizardListener li)voidWizardModel. addWizardListener(WizardListener li)Adds a listener that will receiveWizardEvents from the model.voidAbstractWizardModel. removeWizardListener(WizardListener li)voidWizardModel. removeWizardListener(WizardListener li)Removes a listener from the list of listeners so that it no longer receivesWizardEvents from the model.
-