[go: up one dir, main page]

Menu

Commit [r34]  Maximize  Restore  History

[DEV] Renamed FxEvents.COLLECTION_EMPTIED and FxEvents.DATA_SOURCE_REPLACED to FxEvents.RESET.

[BUG] Sort and reverse did not dispatch change events.

[DEV] Added tests for sort and reverse.

kakenbok 2010-01-21

changed /trunk/examples/as3/collections/fx/basicusage/ArrayListFxExample.as
changed /trunk/examples/as3/collections/fx/basicusage/LinkedMapFxExample.as
changed /trunk/examples/as3/collections/fx/basicusage/LinkedSetFxExample.as
changed /trunk/examples/as3/collections/fx/basicusage/SortedMapFxExample.as
changed /trunk/examples/as3/collections/fx/basicusage/SortedSetFxExample.as
changed /trunk/examples/as3/collections/fx/sortedmap/SortedMapExample.mxml
changed /trunk/src/as3/collections/core/AbstractLinkedList.as
changed /trunk/src/as3/collections/fx/ArrayListFx.as
changed /trunk/src/as3/collections/fx/LinkedMapFx.as
changed /trunk/src/as3/collections/fx/LinkedSetFx.as
changed /trunk/src/as3/collections/fx/SortedMapFx.as
changed /trunk/src/as3/collections/fx/SortedSetFx.as
changed /trunk/src/as3/collections/fx/events/FxEvents.as
changed /trunk/tests/as3/collections/ArrayListTest.as
changed /trunk/tests/as3/collections/LinkedListTest.as
changed /trunk/tests/as3/collections/LinkedMapTest.as
changed /trunk/tests/as3/collections/LinkedSetTest.as
changed /trunk/tests/as3/collections/fx/ArrayListFxTest.as
changed /trunk/tests/as3/collections/fx/LinkedMapFxTest.as
changed /trunk/tests/as3/collections/fx/LinkedSetFxTest.as
changed /trunk/tests/as3/collections/fx/SortedMapFxTest.as
changed /trunk/tests/as3/collections/fx/SortedSetFxTest.as