frp-d ~master (2019-02-01T02:15:15Z)
Dub
Repo
listenTo
frpd
cell
_add_listener
Add a CellListener to a cell. To get informed of changes.
void
addListener
(Cell!T cell, CellListener listener)
void
listenTo
(CellListener listener, Cell!T cell)
void
listenTo
(
T
)
(
CellListener
listener
,
Cell
!
T
cell
)
Meta
Source
See Implementation
frpd
cell
_add_listener
functions
addListener
listenTo
removeListener
unlistenTo
Add a CellListener to a cell. To get informed of changes.