addObserver abstract method

void addObserver(
  1. CellObserver observer
)

Register an observer of the cell to be called when the cell's value changes.

Implementation

void addObserver(CellObserver observer);