Uses of Interface
loci.poi.hssf.eventusermodel.HSSFListener
Packages that use HSSFListener
Package
Description
HSSF eventmodel Package provides an event-based API for reading HSSF files.
-
Uses of HSSFListener in loci.poi.hssf.eventusermodel
Classes in loci.poi.hssf.eventusermodel that implement HSSFListenerModifier and TypeClassDescriptionclassInterface for use with the HSSFRequest and HSSFEventFactory.Methods in loci.poi.hssf.eventusermodel with parameters of type HSSFListenerModifier and TypeMethodDescriptionvoidHSSFRequest.addListener(HSSFListener lsnr, short sid) add an event listener for a particular record type.voidHSSFRequest.addListenerForAllRecords(HSSFListener lsnr) This is the equivilent of calling addListener(myListener, sid) for EVERY record in the loci.poi.hssf.record package.