FileDocCategorySizeDatePackage
HSSFListener.javaAPI DocApache Poi 3.0.11559Mon Jan 01 12:39:36 GMT 2007org.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 voidprocessRecord(org.apache.poi.hssf.record.Record record)
process an HSSF Record. Called when a record occurs in an HSSF file.