| com.sun.pdfview.PageChangeListener
All known Subclasses: com.sun.pdfview.PDFViewer,
PageChangeListener | public interface PageChangeListener (Code) | | A listener to indicate that some control has asked for a particular
page to be displayed.
|
Method Summary | |
public void | gotoPage(int page) Notifies the listener that it should go to a particular page number. |
gotoPage | public void gotoPage(int page)(Code) | | Notifies the listener that it should go to a particular page number.
|
|
|