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 synchronized exchanging Observable{List,Set,Map}s in {List,Set,Map}Property #19

Open rbi opened 10 years ago

rbi commented 10 years ago

Currently setting a new observable collection in a collection property will not be synchronized. This should be changed.