so i listen on changes to the Property<Observab...
# tornadofx
n
so i listen on changes to the Property<ObservableSet>, that covers switching the list, but now i also need to listen to the ObservableSet itself to make sure i get changes in the items but if i register that second listener on everz change of the list i may have too many listeners.. or duplicate ones