Interface ContentHandlerFactory.ObjectBuiltListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
AbstractMetadataElement, RDFElement, SVGElement, SVGObj, UnknownXMLObj, XMLObj, XMPMetaElement
- Enclosing interface:
ContentHandlerFactory
EventListener interface for objects which want to get notified when ContentHandler
implementing the ObjectSource interface has finished parsing.
-
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyObjectBuilt(Object obj) Notifies the listener when the object is fully built.
-
Method Details
-
notifyObjectBuilt
Notifies the listener when the object is fully built.- Parameters:
obj- the newly built object
-