xelem.3.0

Uses of Interface
nl.fountain.xelem.lex.ExcelReaderListener

Packages that use ExcelReaderListener
nl.fountain.xelem.lex Provides classes that enable reading SpreadsheetML. 
 

Uses of ExcelReaderListener in nl.fountain.xelem.lex
 

Subinterfaces of ExcelReaderListener in nl.fountain.xelem.lex
 interface ExcelReaderFilter
          Recieve notification of parsing events and the construction of XLElements and transmit these events, values and instances to the listeners registered with this ExcelReaderFilter.
 

Classes in nl.fountain.xelem.lex that implement ExcelReaderListener
 class DefaultExcelReaderFilter
          Passes all events, values and instances unfiltered.
 class DefaultExcelReaderListener
          Does effectively nothing.
 class WorkbookListener
          A concrete implementation of ExcelReaderListener.
 

Methods in nl.fountain.xelem.lex that return types with arguments of type ExcelReaderListener
 List<ExcelReaderListener> ExcelReaderFilter.getListeners()
          Gets a list of registered listeners.
 List<ExcelReaderListener> ExcelReader.getListeners()
          Gets a list of registered listeners on this ExcelReader.
 List<ExcelReaderListener> DefaultExcelReaderFilter.getListeners()
           
 

Methods in nl.fountain.xelem.lex with parameters of type ExcelReaderListener
 void ExcelReaderFilter.addExcelReaderListener(ExcelReaderListener listener)
          Registers the given listener.
 void ExcelReader.addExcelReaderListener(ExcelReaderListener listener)
          Registers the given listener on this ExcelReader.
 void DefaultExcelReaderFilter.addExcelReaderListener(ExcelReaderListener listener)
           
 boolean ExcelReaderFilter.removeExcelReaderListener(ExcelReaderListener listener)
          Remove the specified listener.
 boolean ExcelReader.removeExcelReaderListener(ExcelReaderListener listener)
          Removes the passed listener on this ExcelReader.
 boolean DefaultExcelReaderFilter.removeExcelReaderListener(ExcelReaderListener listener)
           
 


xelem.3.0