com.ozziefix.jlwizard.event
Interface WizardListener


public interface WizardListener

A Listener for WizardEvents

Version:
$Revision: 1.1 $
Author:
Jurgen Lust

Method Summary
 void actionPerformed(WizardEvent event)
           Notifies the listener that a WizardAction has been executed.
 void pageSelected(WizardEvent event)
           Notifies the listener that a WizardPage has been selected.
 void wizardCancelled(WizardEvent event)
           Notifies the listener that the Wizard has been cancelled.
 void wizardFinished(WizardEvent event)
           Notifies the listener that the Wizard was finished successfully.
 void wizardStarted(WizardEvent event)
           Notifies the listener that the Wizard has been started.
 

Method Detail

actionPerformed

void actionPerformed(WizardEvent event)

Notifies the listener that a WizardAction has been executed.

Parameters:
event - the event

pageSelected

void pageSelected(WizardEvent event)

Notifies the listener that a WizardPage has been selected. Note that this happens just before the page is shown.

Parameters:
event - the event

wizardCancelled

void wizardCancelled(WizardEvent event)

Notifies the listener that the Wizard has been cancelled.

Parameters:
event - the event

wizardFinished

void wizardFinished(WizardEvent event)

Notifies the listener that the Wizard was finished successfully.

Parameters:
event - the event

wizardStarted

void wizardStarted(WizardEvent event)

Notifies the listener that the Wizard has been started.

Parameters:
event - the event


Copyright © 2004 - 2005 by Jurgen Lust.