com.extentech.ExtenXLS
Interface CellParseEventListener


public interface CellParseEventListener

A lightweight Cell parser event listener

Author:
john :: Dec 15, 2010 :: Copyright ©2011Extentech Inc.

Method Summary
 void fireEvent(Cell v)
          when a cell record is parsed, an event is fired, passing the Cell object to the listeners for implementation-specific handling.
 

Method Detail

fireEvent

void fireEvent(Cell v)
when a cell record is parsed, an event is fired, passing the Cell object to the listeners for implementation-specific handling.

Parameters:
v -


Copyright © 2011 Extentech Inc. All Rights Reserved.