com.icesoft.pdf.events
Interface PaintPageListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
PageViewComponentImpl

public interface PaintPageListener
extends EventListener

Created by IntelliJ IDEA. User: Patrick Date: 7-Oct-2005 Time: 8:01:43 AM To change this template use File | Settings | File Templates.


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

Method Detail

paintPage

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