org.apache.fop.util
Interface ContentHandlerFactory.ObjectBuiltListener
- EventListener
- AbstractMetadataElement, RDFElement, SVGElement, SVGObj, UnknownXMLObj, XMLObj, XMPMetaElement
public static interface ContentHandlerFactory.ObjectBuiltListener
extends EventListener
EventListener interface for objects which want to get notified when ContentHandler
implementing the ObjectSource interface has finished parsing.
void | notifyObjectBuilt(Object obj) - Notifies the listener when the object is fully built.
|
notifyObjectBuilt
public void notifyObjectBuilt(Object obj)
Notifies the listener when the object is fully built.
obj
- the newly built object
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.