net.sf.jett.event
Interface TagListener


public interface 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.

Since:
0.3.0
Author:
Randy Gettman

Method Summary
 void onTagProcessed(TagEvent event)
          Called when the block of Cells has been processed.
 

Method Detail

onTagProcessed

void onTagProcessed(TagEvent event)
Called when the block of Cells has been processed. The given TagEvent contains the following related data: a reference to the Block of Cells that was processed and the Map of bean names to bean values that was used.

Parameters:
event - The TagEvent.


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