zeiss-digital-innovation / SynchronizeFX

JavaFX data-binding between JVMs over the network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support added and removed Elements in the same ListChangeEvent

rbi opened this issue · comments

Apparently elements can be added and removed in the same ListChangeEvent. This case should be handled here:

https://github.com/saxsys/SynchronizeFX/blob/master/synchronizefx-core/src/main/java/de/saxsys/synchronizefx/core/metamodel/Listeners.java#L187