OSDN Git Service

Dispatch NVDAObject events to all plugins.
authorJames Teh <jamie@jantrid.net>
Mon, 29 Nov 2010 02:45:08 +0000 (12:45 +1000)
committerJames Teh <jamie@jantrid.net>
Mon, 29 Nov 2010 02:45:08 +0000 (12:45 +1000)
commitcab9304efcc73357daf63f6bbcc749c0b73478b3
tree19c18cd8a3cc068e47e0a55be11c536cc519c532
parente672e7bfd5465c37f019e335260c45b4ce755123
Dispatch NVDAObject events to all plugins.
As for app modules, plugin event functions are named event_eventName and take two arguments: the NVDAObject and a callable to call the next event handler.
source/eventHandler.py