FileDocCategorySizeDatePackage
ERFListener.javaAPI DocApache Poi 3.0.11531Mon Jan 01 12:39:36 GMT 2007org.apache.poi.hssf.eventmodel

ERFListener

public interface ERFListener
An ERFListener is registered with the EventRecordFactory. An ERFListener listens for Records coming from the stream via the EventRecordFactory
see
EventRecordFactory
author
Andrew C. Oliver acoliver@apache.org

Fields Summary
Constructors Summary
Methods Summary
public booleanprocessRecord(org.apache.poi.hssf.record.Record rec)
Process a Record. This method is called by the EventRecordFactory when a record is returned.

return
boolean specifying whether the effort was a success.