Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache.poi.poifs » eventfilesystem » [javadoc | source]
org.apache.poi.poifs.eventfilesystem
class: POIFSReaderRegistry [javadoc | source]
java.lang.Object
   org.apache.poi.poifs.eventfilesystem.POIFSReaderRegistry
A registry for POIFSReaderListeners and the DocumentDescriptors of the documents those listeners are interested in
Constructor:
 POIFSReaderRegistry() 
Method from org.apache.poi.poifs.eventfilesystem.POIFSReaderRegistry Summary:
getListeners,   registerListener,   registerListener
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.poifs.eventfilesystem.POIFSReaderRegistry Detail:
 Iterator getListeners(POIFSDocumentPath path,
    String name) 
    get am iterator of listeners for a particular document
  void registerListener(POIFSReaderListener listener) 
    register for all documents
  void registerListener(POIFSReaderListener listener,
    POIFSDocumentPath path,
    String documentName) 
    register a POIFSReaderListener for a particular document