Interface jrad.util.WizardListener
All Packages Class Hierarchy This Package Previous Next Index
Interface jrad.util.WizardListener
- public interface WizardListener
- extends Object
Implementor must respond to a WizardDialog finish button click.
-
receiveResponse(WizardDialog)
- Responds to a WizardDialog finish button click.
receiveResponse
public abstract void receiveResponse(WizardDialog wizard)
- Responds to a WizardDialog finish button click.
All Packages Class Hierarchy This Package Previous Next Index