So the View that holds the controller can listen t...
# tornadofx
e
So the View that holds the controller can listen to the change event and reload the items using
asyncItems
or
runAsync
and assigning to items like you wrote above. That seems good to me.