Uses of Class
org.formulacompiler.runtime.event.CellComputationEvent

Packages that use CellComputationEvent
org.formulacompiler.runtime.event Contains interfaces and classes for dealing with events. 
org.formulacompiler.runtime.spreadsheet Contains spreadsheet information needed at run-time. 
 

Uses of CellComputationEvent in org.formulacompiler.runtime.event
 

Methods in org.formulacompiler.runtime.event with parameters of type CellComputationEvent
 void CellComputationListener.cellCalculated(CellComputationEvent _event)
          Is invoked after a cell value has been computed.
 

Uses of CellComputationEvent in org.formulacompiler.runtime.spreadsheet
 

Subclasses of CellComputationEvent in org.formulacompiler.runtime.spreadsheet
 class SpreadsheetCellComputationEvent
          This event is emitted after a cell has been computed.