Uses of Interface
loci.poi.hssf.eventusermodel.HSSFListener
-
Packages that use HSSFListener Package Description loci.poi.hssf.eventusermodel 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 HSSFListener Modifier and Type Class Description class
AbortableHSSFListener
Interface for use with the HSSFRequest and HSSFEventFactory.Methods in loci.poi.hssf.eventusermodel with parameters of type HSSFListener Modifier and Type Method Description void
HSSFRequest. addListener(HSSFListener lsnr, short sid)
add an event listener for a particular record type.void
HSSFRequest. addListenerForAllRecords(HSSFListener lsnr)
This is the equivilent of calling addListener(myListener, sid) for EVERY record in the loci.poi.hssf.record package.
-