zeiss-digital-innovation / SynchronizeFX

JavaFX data-binding between JVMs over the network
GNU Lesser General Public License v3.0
54 stars 10 forks source link

Support added and removed Elements in the same ListChangeEvent #23

Closed rbi closed 10 years ago

rbi commented 10 years ago

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