com.anthonyeden.lib.gui.event
Interface WizardListener

All Superinterfaces:
java.util.EventListener

public interface WizardListener
extends java.util.EventListener

Classes which would like to listen for WizardEvents should implement this interface.

Author:
Anthony Eden

Method Summary
 void hide(WizardEvent evt)
          Invoked when the wizard hides the current WizardComponent.
 void show(WizardEvent evt)
          Invoked when the wizard shows a new WizardComponent.
 

Method Detail

show

public void show(WizardEvent evt)
Invoked when the wizard shows a new WizardComponent.

Parameters:
evt - The WizardEvent

hide

public void hide(WizardEvent evt)
Invoked when the wizard hides the current WizardComponent.

Parameters:
evt - The WizardEvent


Copyright (c) 2000-2003 Anthony Eden. All Rights Reserved.