org.formulacompiler.runtime.event
Interface CellComputationListener

All Superinterfaces:
java.util.EventListener

public interface CellComputationListener
extends java.util.EventListener

Allows to receive notifications about computation events.

Author:
Vladimir Korenev
See Also:
Computation.Config.cellComputationListener

Method Summary
 void cellCalculated(CellComputationEvent _event)
          Is invoked after a cell value has been computed.
 

Method Detail

cellCalculated

void cellCalculated(CellComputationEvent _event)
Is invoked after a cell value has been computed.

Parameters:
_event - contains information about the cell index and the value.