Uses of Interface
loci.poi.hssf.eventmodel.ERFListener
-
Packages that use ERFListener Package Description loci.poi.hssf.eventmodel -
-
Uses of ERFListener in loci.poi.hssf.eventmodel
Classes in loci.poi.hssf.eventmodel that implement ERFListener Modifier and Type Class Description class
ModelFactory
ModelFactory creates workbook and sheet models based upon events thrown by them there events from the EventRecordFactory.Methods in loci.poi.hssf.eventmodel with parameters of type ERFListener Modifier and Type Method Description void
EventRecordFactory. registerListener(ERFListener listener, short[] sids)
Register a listener for records.
-