jaxg 0.1dev

org.xml.graphics
Class XGEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.xml.graphics.XGEvent
All Implemented Interfaces:
java.io.Serializable

public class XGEvent
extends java.util.EventObject

This class serves as base class for any events reported by implementations.

Author:
Jeremias Maerki
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
XGEvent(java.lang.Object source)
          Creates a new FO processor event.
 
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

XGEvent

public XGEvent(java.lang.Object source)
Creates a new FO processor event.

Parameters:
source - The object on which the Event initially occurred.

jaxg 0.1dev

Copyright © 2004-2005 Jeremias Märki. All rights reserved.