org.openoffice.ide.eclipse.core.wizards.utils
Interface IPageListener


public interface IPageListener

Interface to implement to listen to the changes of a WizardPageSet page changes.

Author:
cedricbosdo

Method Summary
 void pageChanged(UnoFactoryData pData)
          Event raised when one of the listened page has changed.
 

Method Detail

pageChanged

void pageChanged(UnoFactoryData pData)
Event raised when one of the listened page has changed.

Parameters:
pData - the new data of the page.