org.formulacompiler.spreadsheet
Interface ConstantExpressionOptimizationListener
- All Superinterfaces:
- java.util.EventListener
public interface ConstantExpressionOptimizationListener
- extends java.util.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.