Package net.sf.jett.event

Provides support for event-based processing of template spreadsheets.

See:
          Description

Interface Summary
CellListener A CellListener is an object that has an opportunity to inspect a Cell as it's being transformed, with access to the Cell, the current Map of beans, and the old and new values for the Cell.
TagListener A TagListener is an object that has an opportunity to inspect a block of Cells as they're being transformed for a tag, with access to the block of Cells and the current Map of beans.
TagLoopListener A TagLoopListener is an object that has an opportunity to manipulate a block of Cells as they're being transformed while in a looping tag, with access to the block of Cells, the current Map of beans, and the looping index.
 

Class Summary
CellEvent A CellEvent represents data associated with a "cell processed" event.
TagEvent A TagEvent represents data associated with a "tag processed" event.
TagLoopEvent A TagLoopEvent represents data associated with a "tag loop processed" event.
 

Package net.sf.jett.event Description

Provides support for event-based processing of template spreadsheets. This includes CellListeners, which can be registered with the ExcelTransformer, and TagListeners and TagLoopListeners, which can be registered on any tags in the template spreadsheet. Users can implement these interfaces to supply custom processing.

Since:
0.1.0
Author:
Randy Gettman


Copyright © 2012-2013 Jett Team. All Rights Reserved.