ramido / choosel

Automatically exported from code.google.com/p/choosel
0 stars 0 forks source link

Make sure ResourceSet events are not duplicated when forwarded #120

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
ResourceSets fire events that contain both the added and the removed resources. 
However, when forewarded, those events get split. Prevent this by improving the 
forwarding, e.g. by introducing a method that adds and removes resources at the 
same time.

Original issue reported on code.google.com by Lars.Grammel on 9 Dec 2010 at 1:53