listenTo

Add a CellListener to a cell. To get informed of changes.

  1. void addListener(Cell!T cell, CellListener listener)
  2. void listenTo(CellListener listener, Cell!T cell)
    void
    listenTo
    (
    T
    )

Meta