Interface PageListener

All Superinterfaces:
EventListener

public interface PageListener extends EventListener
Defines a listener interface which listens for PageEvent.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when the target of the listener has fired a page event.
  • Method Details

    • pageEventFired

      void pageEventFired(PageEvent e)
      Invoked when the target of the listener has fired a page event.
      Parameters:
      e - a PageEvent object