Home » iText-2.1.7 » com.lowagie » text » [javadoc | source]
com.lowagie.text
public interface: ElementListener [javadoc | source]

All Implemented Interfaces:
    EventListener

All Known Implementing Classes:
    HTMLWorker, PdfDocument, PdfCopy, XmlWriter, PdfStamperImp, RtfWriter, RtfWriter2, PdfCopyFieldsImp, Document, Wrt, DocWriter, PdfSmartCopy, HtmlWriter, DocListener, PdfWriter, PdfCopyFormsImp

A class that implements ElementListener will perform some actions when an Element is added.
Method from com.lowagie.text.ElementListener Summary:
add
Method from com.lowagie.text.ElementListener Detail:
 public boolean add(Element element) throws DocumentException
    Signals that an Element was added to the Document.