ReactiveX / RxJavaFX

RxJava bindings for JavaFX
Apache License 2.0
519 stars 67 forks source link

Handling SimpleListProperty #64

Closed thomasnield closed 6 years ago

thomasnield commented 6 years ago

I am noticing a lot of ObservableList-related factories, particularly emitOnChanged(), are not triggered on a SimpleListProperty when the backing list is changed.

Maybe SimpleListProperty needs its own factories.

thomasnield commented 6 years ago

As well as SimpleSetProperty and SimpleMapProperty.

thomasnield commented 6 years ago

Resolved.