File
Doc
Category
Size
Date
Package
HSSFListener.java
API Doc
Apache Poi 3.0.1
1559
Mon Jan 01 12:39:36 GMT 2007
org.apache.poi.hssf.eventusermodel
HSSFListener
public interface HSSFListener
Interface for use with the HSSFRequest and HSSFEventFactory. Users should create a listener supporting this interface and register it with the HSSFRequest (associating it with Record SID's).
see
org.apache.poi.hssf.eventusermodel.HSSFEventFactory
see
org.apache.poi.hssf.eventusermodel.HSSFRequest
author
acoliver@apache.org
Fields Summary
Constructors Summary
Methods Summary
public void
processRecord
(
org.apache.poi.hssf.record.Record
record)
process an HSSF Record. Called when a record occurs in an HSSF file.
Java Code Source