org.formulacompiler.spreadsheet
Interface ConstantExpressionOptimizationListener
- All Superinterfaces:
- EventListener
public interface ConstantExpressionOptimizationListener
- extends EventListener
Allows to receive notifications about events during compilation process.
- Author:
- Vladimir Korenev
constantCellCalculated
void constantCellCalculated(SpreadsheetCellComputationEvent _event)
- Is invoked when the compiler replaced an expression which always evaluates to constant by its value.
- Parameters:
_event
- contains information about the cell index and the value.