Package pallavi :: Module EventActionManager
[hide private]
[frames] | no frames]

Module EventActionManager

source code

This mmodule contains the classes that allow plugins to communicate with the core and with each other. Actions are commands that can be invoked by name, while events are things that have happened and may need to be responded to.

Classes [hide private]
  Action
Any action that can occur in the editor.
  ActionList
A dictionary of actions for rapid lookup of action by name.
  EventBus
Maintains a list of event handlers based on named events.