|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HSSFListener | |
---|---|
org.apache.poi.hssf.eventusermodel | HSSF eventmodel Package provides an event-based API for reading HSSF files. |
org.apache.poi.hssf.usermodel.examples |
Uses of HSSFListener in org.apache.poi.hssf.eventusermodel |
---|
Classes in org.apache.poi.hssf.eventusermodel that implement HSSFListener | |
---|---|
class |
AbortableHSSFListener
Interface for use with the HSSFRequest and HSSFEventFactory. |
Methods in org.apache.poi.hssf.eventusermodel with parameters of type HSSFListener | |
---|---|
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 org.apache.poi.hssf.record package. |
Uses of HSSFListener in org.apache.poi.hssf.usermodel.examples |
---|
Classes in org.apache.poi.hssf.usermodel.examples that implement HSSFListener | |
---|---|
class |
EventExample
This example shows how to use the event API for reading a file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |