Uses of Interface
org.tn5250j.event.WizardListener
-
Packages that use WizardListener Package Description org.tn5250j.gui org.tn5250j.spoolfile -
-
Uses of WizardListener in org.tn5250j.gui
Fields in org.tn5250j.gui with type parameters of type WizardListener Modifier and Type Field Description protected java.util.Vector<WizardListener>Wizard. listenerslist of wizard listeners registered with the beanMethods in org.tn5250j.gui with parameters of type WizardListener Modifier and Type Method Description voidWizard. addWizardListener(WizardListener l)Adds a newWizardListenerto the list.voidWizard. removeWizardListener(WizardListener l)Removes aValidateListenerfrom the list. -
Uses of WizardListener in org.tn5250j.spoolfile
Classes in org.tn5250j.spoolfile that implement WizardListener Modifier and Type Class Description classSpoolExportWizard
-