Package org.apache.poi.hssf.eventmodel
Interface ERFListener
-
public interface ERFListenerAn ERFListener is registered with the EventRecordFactory. An ERFListener listens for Records coming from the stream via the EventRecordFactory- See Also:
EventRecordFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanprocessRecord(Record rec)Process a Record.
-
-
-
Method Detail
-
processRecord
boolean processRecord(Record rec)
Process a Record. This method is called by the EventRecordFactory when a record is returned.- Parameters:
rec- the record to be processed- Returns:
- boolean specifying whether the effort was a success.
-
-