|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ContextDerivedData.DerivedCalculator
A way of actually doing the calculations.
Method Summary | |
---|---|
void |
calculate(ContextDerivedData.DerivedOperation operation,
java.lang.Object row,
IProgressListener listener)
Do the calculation for the row. |
java.lang.Object |
lookup(java.lang.Object row)
Get the results of the calculation from the row. |
Method Detail |
---|
java.lang.Object lookup(java.lang.Object row)
row
- the row
void calculate(ContextDerivedData.DerivedOperation operation, java.lang.Object row, IProgressListener listener) throws SnapshotException
lookup(Object)
operation
- the operation to do on the row to get the derived datarow
- the rowlistener
- to indicate progress and exceptions
SnapshotException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |