Interface IPageListener


public interface IPageListener
Interface to implement to listen to the changes of a WizardPageSet page changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Event raised when one of the listened page has changed.
  • Method Details

    • pageChanged

      void pageChanged(UnoFactoryData data)
      Event raised when one of the listened page has changed.
      Parameters:
      data - the new data of the page.