info.aduna.swing.wizard
Class WizardListenerAdapter

java.lang.Object
  extended by info.aduna.swing.wizard.WizardListenerAdapter
All Implemented Interfaces:
WizardListener

public class WizardListenerAdapter
extends Object
implements WizardListener

A default implementation of the WizardListener interface with only no-op methods.


Constructor Summary
WizardListenerAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WizardListenerAdapter

public WizardListenerAdapter()
Method Detail

wizardCancelled

public void wizardCancelled(Wizard wizard)
Description copied from interface: WizardListener
Send when the Wizard was cancelled.

Specified by:
wizardCancelled in interface WizardListener

wizardReceded

public void wizardReceded(Wizard wizard)
Description copied from interface: WizardListener
Send when the Wizard has receded to the previous WizardSheet, i.e. when the user has pressed the "Back" button.

Specified by:
wizardReceded in interface WizardListener

wizardProceeded

public void wizardProceeded(Wizard wizard)
Description copied from interface: WizardListener
Send when the Wizard has proceeded to the next WizardSheet, i.e. when the user has pressed the "Next" button.

Specified by:
wizardProceeded in interface WizardListener

wizardFinished

public void wizardFinished(Wizard wizard)
Description copied from interface: WizardListener
Send when the wizard has finished.

Specified by:
wizardFinished in interface WizardListener


Copyright © 1997-2008 Aduna. All Rights Reserved.