Uses of Class
org.formulacompiler.runtime.spreadsheet.SpreadsheetCellComputationEvent

Packages that use SpreadsheetCellComputationEvent
org.formulacompiler.spreadsheet Contains the public compile-time API of AFC's spreadsheet compiler, which extends the core functional model compiler. 
 

Uses of SpreadsheetCellComputationEvent in org.formulacompiler.spreadsheet
 

Methods in org.formulacompiler.spreadsheet with parameters of type SpreadsheetCellComputationEvent
 void ConstantExpressionOptimizationListener.constantCellCalculated(SpreadsheetCellComputationEvent _event)
          Is invoked when the compiler replaced an expression which always evaluates to constant by its value.