Home | Trees | Indices | Help |
|
---|
|
An application handler. A handler defines actions to execute when one of its associated triggers is "pulled". A trigger is generally the key of a setting. When the value of a setting changes and its key is in the list of triggers associated to a handler, then this handler's actions are executed. There are also 2 reserved triggers: _install and _uninstall which are respectively pulled when installing and uninstalling the application associated to this handler.
See Also: Application
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Properties | |
list of Action |
actions The actions associated to this handler. |
list of string |
triggers The triggers associated to this handler. |
Inherited from |
Method Details |
Adds an action to this handler's list.
|
Adds a triggers to this handler's list.
|
Prints this handler's state to standard output in a user-friendly way.
|
Property Details |
actionsThe actions associated to this handler.
|
triggersThe triggers associated to this handler.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 5 14:16:50 2017 | http://epydoc.sourceforge.net |