michael@0: """ -*- Mode: Python -*- michael@0: This Source Code Form is subject to the terms of the Mozilla Public michael@0: License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: The name of the event which real interface should have nsIAccessible-prefix, michael@0: and should be in nsIAccessible.idl file""" michael@0: michael@0: simple_events = [ michael@0: 'Event', michael@0: 'StateChangeEvent', michael@0: 'TextChangeEvent', michael@0: 'HideEvent', michael@0: 'CaretMoveEvent', michael@0: 'TableChangeEvent', michael@0: 'VirtualCursorChangeEvent' michael@0: ]