Uses of Package
org.formulacompiler.runtime.event

Packages that use org.formulacompiler.runtime.event
org.formulacompiler.runtime Contains the public run-time API of AFC. 
org.formulacompiler.runtime.event Contains interfaces and classes for dealing with events. 
org.formulacompiler.runtime.spreadsheet Contains spreadsheet information needed at run-time. 
 

Classes in org.formulacompiler.runtime.event used by org.formulacompiler.runtime
CellComputationListener
          Allows to receive notifications about computation events.
 

Classes in org.formulacompiler.runtime.event used by org.formulacompiler.runtime.event
CellComputationEvent
          This event is emitted after a cell has been computed.
 

Classes in org.formulacompiler.runtime.event used by org.formulacompiler.runtime.spreadsheet
CellComputationEvent
          This event is emitted after a cell has been computed.