Interface HSSFListener
-
- All Known Implementing Classes:
AbortableHSSFListener,EventWorkbookBuilder.SheetRecordCollectingListener,FormatTrackingHSSFListener,MissingRecordAwareHSSFListener
public interface HSSFListenerInterface 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 Also:
HSSFEventFactory,HSSFRequest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocessRecord(Record record)process an HSSF Record.
-
-
-
Method Detail
-
processRecord
void processRecord(Record record)
process an HSSF Record. Called when a record occurs in an HSSF file.- Parameters:
record- the record to be processed
-
-