com.jxcell
Interface CellModifyListener

All Superinterfaces:
java.util.EventListener

public interface CellModifyListener
extends java.util.EventListener


Method Summary
 void modified(CellModifyEvent cellModifyEvent)
          This method is fired when Worksheet has been modified.
 

Method Detail

modified

void modified(CellModifyEvent cellModifyEvent)
This method is fired when Worksheet has been modified.

Parameters:
cellModifyEvent - One can get from worksheetModifiedEvent information about most vital modification of Worksheet: insert, delete and rename.