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

Method Summary
 void pageChanged(WizardPage oldPage, WizardPage newPage)
          Invoked when the page has been changed by either pressing next or previous
 

Method Detail

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 before
newPage - the currently displayed page


Copyright © 2004-2007 XNap Commons Team. All Rights Reserved.