ExcelAccessor Bean Suite

Package com.ibm.excelaccessor.event

Interface Summary
ExcelCellErrorListener This is the interface to be implemented to listen to errors occurring on the ExcelCell bean.
ExcelCellListener The listener interface for receiving ExcelCellEvent
ExcelFormatListener This is the interface to be implemented to listen to ExcelFormatEvent events.
ExcelRangeErrorListener This is the interface to be implemented to listen to errors occurring on the ExcelRange.
ExcelRangeListener The listener interface for receiving ExcelRangeEvent
ExcelSheetListener The listener interface for receiving ExcelSheet events which occur on an ExcelRange bean.
ExcelWorkbookErrorListener This is the interface to be implemented to listen to errors occurring on the ExcelWorkbook.
ExcelWorkbookListener The listener interface for receiving ExcelWorkbookEvents.
FetchArgumentsListener The listener interface for receiving FetchArgumentsEvent
FetchPasswordListener The listener interface for receiving FetchPasswordEvents.
FileSavingListener The listener interface for receiving FileSavingEvent.
 

Class Summary
ExcelAccessorErrorEvent The ExcelAccessorErrorEvent is the abstract base class for events occurring in the ExcelAccessor suite of beans.
ExcelCellErrorEvent The ExcelCellErrorEvent is fired when an error occurs on the ExcelCell bean.
ExcelCellEvent This event is fired when a cell has been successfully initialized, or uninitialized
ExcelFormatEvent This is the event class to support the com.ibm.excelaccessor.ExcelFormatListener interface.
ExcelRangeErrorEvent The ExcelRangeErrorEvent is fired when an error occurs on the ExcelRange bean.
ExcelRangeEvent This event is fired when a range has been successfully initialized, or uninitialized
ExcelSheetEvent This event is fired to signal the insertion or removal of a worksheet from an Excel file.
ExcelWorkbookErrorEvent The ExcelWorkbookErrorEvent is fired when an error occurs in the ExcelWorkbook bean.
ExcelWorkbookEvent This event is fired to signal the opening, closing or the unprotecting of the structure of the workbook.
FetchArgumentsEvent This event is thrown when initRange(), insertWorksheet() or removeWorksheet() methods of com.ibm.excelaccessor.ExcelRange are called.
FetchPasswordEvent This event is fired when an operation in Excel requires a password for successful completion.
FileSavingEvent This event is fired to signal that a modified workbook file is being closed and the status of the saveOnClose flag of the ExcelWorkbook will be used to determine whether it will be saved or not.
 


ExcelAccessor Bean Suite

ExcelAccessor Bean Suite