org.icepdf.core.events
Interface PaintPageListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
PageViewComponentImpl

public interface PaintPageListener
extends java.util.EventListener

Listener for PaintPageEvents. Call is used ot mark a good time to paint the page.

Since:
2.5

Method Summary
 void paintPage(PaintPageEvent event)
          Invoked when it is a good time to paint a page.
 

Method Detail

paintPage

void paintPage(PaintPageEvent event)
Invoked when it is a good time to paint a page.

Parameters:
event - paint event containg page information