Interface PageChangeListener

All Known Implementing Classes:
PDFViewer

public interface PageChangeListener
A listener to indicate that some control has asked for a particular page to be displayed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    gotoPage(int page)
    Notifies the listener that it should go to a particular page number.
  • Method Details

    • gotoPage

      void gotoPage(int page)
      Notifies the listener that it should go to a particular page number.
      Parameters:
      page - a Integer object.