org.icepdf.core.events
Class PaintPageEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.icepdf.core.events.PaintPageEvent
All Implemented Interfaces:
java.io.Serializable

public class PaintPageEvent
extends java.util.EventObject

Paint Page event is generated from the Shapes class to let a viewer application know of a good time to paint the respective page.

Since:
2.5
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PaintPageEvent(Page pageSource)
           
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PaintPageEvent

public PaintPageEvent(Page pageSource)