Package com.lowagie.rups.view
Interface PageSelectionListener
-
- All Known Implementing Classes:
RupsController
public interface PageSelectionListener
Interface that has to be implemented by every class that listens to page navigation features; keys that are pressed, buttons that are pushed,...- Since:
- iText 5.0.0 (renamed from PageNavigationListener)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
gotoPage(int pageNumber)
Goes to a specific page number in a document.
-