Uses of Interface
com.qoppa.pdf.IDocumentListener

Packages that use IDocumentListener
com.qoppa.pdf.dom Classes representing the PDF document object model. 
com.qoppa.pdfViewer PDFViewerBean and related classes. 
 

Uses of IDocumentListener in com.qoppa.pdf.dom
 

Methods in com.qoppa.pdf.dom with parameters of type IDocumentListener
 void IPDFDocument.addDocumentListener(IDocumentListener listener)
          Internal method to keep track of document events.
 void IPDFDocument.removeDocumentListener(IDocumentListener listener)
          Internal method to keep track of document events.
 

Uses of IDocumentListener in com.qoppa.pdfViewer
 

Classes in com.qoppa.pdfViewer that implement IDocumentListener
 class PDFViewerBean
          PDFViewer bean is a component that can be used to display PDF documents within an application or an applet.