net.sf.jett.event
Interface CellListener
public interface 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.
- Author:
- Randy Gettman
cellProcessed
void cellProcessed(CellEvent event)
- Called when a
Cell has been processed. The given
CellEvent contains the following related data: a reference
to the Cell that was processed, a Map of bean
names to bean values that was used, the old value of the
Cell, and the new value of the Cell after
processing.
- Parameters:
event - The CellEvent.
Copyright © 2012-2013 Jett Team. All Rights Reserved.