info.aduna.swing.wizard
Interface WizardListener

All Known Implementing Classes:
WizardListenerAdapter

public interface WizardListener

A WizardListener is notified by a specified Wizard when one of its buttons was pushed and the corresponding action has been performed.


Method Summary
 void wizardCancelled(Wizard wizard)
          Send when the Wizard was cancelled.
 void wizardFinished(Wizard wizard)
          Send when the wizard has finished.
 void wizardProceeded(Wizard wizard)
          Send when the Wizard has proceeded to the next WizardSheet, i.e.
 void wizardReceded(Wizard wizard)
          Send when the Wizard has receded to the previous WizardSheet, i.e.
 

Method Detail

wizardCancelled

void wizardCancelled(Wizard wizard)
Send when the Wizard was cancelled.


wizardProceeded

void wizardProceeded(Wizard wizard)
Send when the Wizard has proceeded to the next WizardSheet, i.e. when the user has pressed the "Next" button.


wizardReceded

void wizardReceded(Wizard wizard)
Send when the Wizard has receded to the previous WizardSheet, i.e. when the user has pressed the "Back" button.


wizardFinished

void wizardFinished(Wizard wizard)
Send when the wizard has finished.



Copyright © 1997-2008 Aduna. All Rights Reserved.