Copyright 2012-02-25 Werner Randelshofer

ch.randelshofer.pdf
Interface PageChangeListener


public interface PageChangeListener

A listener to indicate that some control has asked for a particular page to be displayed.


Method Summary
 void gotoPage(int pageNumber)
          Notifies the listener that it should go to a particular page number.
 void gotoPage(com.sun.pdfview.PDFDestination dest)
          Notifies the listener that it should go to a particular destination.
 

Method Detail

gotoPage

void gotoPage(com.sun.pdfview.PDFDestination dest)
Notifies the listener that it should go to a particular destination.


gotoPage

void gotoPage(int pageNumber)
Notifies the listener that it should go to a particular page number.


Copyright 2012-02-25 Werner Randelshofer