Interface IPageChangedListener


public interface IPageChangedListener
A listener which is notified when the current page of the multi-page dialog is changed.
Since:
3.1
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notifies that the selected page has changed.
  • Method Details

    • pageChanged

      void pageChanged(PageChangedEvent event)
      Notifies that the selected page has changed.
      Parameters:
      event - event object describing the change