Closed mkrause closed 11 years ago
CollabMap appears to fire ValueChangedEvents correctly for local changes right now in the DemoCliApp:
setting value cli_app to current time
CollabMap received event: VALUE_CHANGED
CollabMap received event: OBJECT_CHANGED
The DemoGUIApp shows though that for CollabMap.delete this is not the case.
CollabMap.delete event throwing has been added in commit aaf7141f082db5d00471b0a064bff2fe67cd90a7.
Also implemented this for the CollabList as of 1dbeff593c03f4682c78094ba5319fa30c9df81b
See CollaborativeString for an example.