org.xnap.commons.gui.wizard
Interface WizardDialogListener
public interface WizardDialogListener
Defines the requirements for classes that want to get notified when
the displayed page of a wizard dialog changes.
- Author:
- Steffen Pingel
pageChanged
void pageChanged(WizardPage oldPage,
WizardPage newPage)
- Invoked when the page has been changed by either pressing next
or previous
- Parameters:
oldPage
- the page that was displayed beforenewPage
- the currently displayed page
Copyright © 2004-2007 XNap Commons Team. All Rights Reserved.