|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject org.formulacompiler.runtime.event.CellComputationEvent
public class CellComputationEvent
This event is emitted after a cell has been computed.
CellComputationListener
,
Computation.Config.cellComputationListener
,
Serialized FormConstructor Summary | |
---|---|
CellComputationEvent(java.lang.Object _cell,
java.lang.Object _value,
boolean _input,
boolean _output)
Creates a new event. |
Method Summary | |
---|---|
java.lang.Object |
getValue()
Returns the computed cell value. |
boolean |
isInput()
Reports if a cell is bound to an input method. |
boolean |
isOutput()
Reports if a cell is bound to an output method. |
java.lang.String |
toString()
|
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CellComputationEvent(java.lang.Object _cell, java.lang.Object _value, boolean _input, boolean _output)
_cell
- the cell which contains the computation._value
- the computed value._input
- true
if the cell is bound to an input method, false
otherwise._output
- true
if the cell is bound to an output method, false
otherwise.Method Detail |
---|
public java.lang.Object getValue()
public boolean isInput()
true
if the cell is bound to an input method, false
otherwise.public boolean isOutput()
true
if the cell is bound to an output method, false
otherwise.public java.lang.String toString()
toString
in class java.util.EventObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |