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 class
WizardAdapter
A base class forWizardListener
s 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. listeners
Methods in ca.cgjennings.ui.wizard with parameters of type WizardListener Modifier and Type Method Description void
AbstractWizardModel. addWizardListener(WizardListener li)
void
WizardModel. addWizardListener(WizardListener li)
Adds a listener that will receiveWizardEvent
s from the model.void
AbstractWizardModel. removeWizardListener(WizardListener li)
void
WizardModel. removeWizardListener(WizardListener li)
Removes a listener from the list of listeners so that it no longer receivesWizardEvent
s from the model.
-