Documentation / dataflow / com.femastudios.dataflow.listen / ListenerHolder / start
Go to reference

start

abstract fun start(): Unit

Start listening to changes of Field. The ListenerHolder becomes started (i.e. listens for changes on Field).

The associated callback will be called if the source changed

See Also

started

stop