Class PagePanelEvent


  • public class PagePanelEvent
    extends Object
    Represents an event on a PagePanel indicating that document has changed somehow. To capture these events, implement the PagePanelListener interface and register via the PagePanel.addPagePanelListener() or DocumentViewport.addPagePanelListener() methods. Be sure to check the getType() method to see what sort of event it is - current values include:
    redrawingRaised just before the page starts redrawing
    redrawnRaised when the page has completed redrawing
    hiddenRaised when the page is no longer displayed by the PagePanel
    visibleRaised when the page is newly displayed by the PagePanel
    PagePanelEvent's are created via the static "create" methods, but unless you are implementing your own Viewport or similar there should be no reason to call these methods.

    This code is copyright the Big Faceless Organization. You're welcome to use, modify and distribute it in any form in your own projects, provided those projects continue to make use of the Big Faceless PDF library.

    Since:
    2.8