CellListener

For any object that wants to listen to the changes of a cell.

interface CellListener {}

Members

Functions

onValueReady
void onValueReady()

Pass on down the line that the currently calculated value is no longer valid.

push
void push()

Request calculation of value to be done now (eagerly).

Meta