# File lib/tapkit/control/editing_context.rb, line 109
                def handle_notification( notification )
                        case notification.name
                        when GlobalID::GID_CHANGED_NOTIFICATION
                                _handle_gid_changed_notification notification
                        when ObjectStore::OBJECTS_CHANGED_IN_STORE_NOTIFICATION
                                _handle_objects_changed_in_store_notification notification
                        else
                                raise "EditingContext got an unhandled notification: #{notification.name}"
                        end
                end