simtools.ui
Interface WizardPageListener

All Known Implementing Classes:
WizardDisplayer

public interface WizardPageListener

A listener that can listen to just about any wizard page. That accepts user input and notify the manager that it needs to validate its contents. For instance, a wizard displayer implements this interface to be notified of any changes on a wizard page.

Author:
Ronan Ogor

Method Summary
 void wizardPageHasChanged()
           
 

Method Detail

wizardPageHasChanged

void wizardPageHasChanged()