Uses of Class
org.tn5250j.event.WizardEvent
-
Packages that use WizardEvent Package Description org.tn5250j.event org.tn5250j.spoolfile -
-
Uses of WizardEvent in org.tn5250j.event
Methods in org.tn5250j.event with parameters of type WizardEvent Modifier and Type Method Description voidWizardListener. canceled(WizardEvent e)Invoked if the Cancel action is triggered.voidWizardListener. finished(WizardEvent e)Invoked if a "finish" action is triggered.voidWizardListener. help(WizardEvent e)Invoked if the Help action is triggered.voidWizardListener. nextBegin(WizardEvent e)Invoked before advancing to the next page.voidWizardListener. nextComplete(WizardEvent e)Invoked after advancing to the next page.voidWizardListener. previousBegin(WizardEvent e)Invoked before advancing to the previous page.voidWizardListener. previousComplete(WizardEvent e)Invoked after advancing to the previous page. -
Uses of WizardEvent in org.tn5250j.spoolfile
Methods in org.tn5250j.spoolfile with parameters of type WizardEvent Modifier and Type Method Description voidSpoolExportWizard. canceled(WizardEvent e)voidSpoolExportWizard. finished(WizardEvent e)voidSpoolExportWizard. help(WizardEvent e)voidSpoolExportWizard. nextBegin(WizardEvent e)voidSpoolExportWizard. nextComplete(WizardEvent e)voidSpoolExportWizard. previousBegin(WizardEvent e)voidSpoolExportWizard. previousComplete(WizardEvent e)
-