com.icesoft.pdf.events
Class PaintPageEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.icesoft.pdf.events.PaintPageEvent
All Implemented Interfaces:
Serializable

public class PaintPageEvent
extends EventObject

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PaintPageEvent(Page pageSource)
           
 
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)