``` private val weakListeners = ArrayList<Any&g...
# tornadofx
a
Copy code
private val weakListeners = ArrayList<Any>()
//...
contextualCurrentProperty.onChangeWeak { cts ->
    // ...
}.addToList(weakListeners)