Home | Trees | Indices | Help |
---|
|
A flexible and extensible callback class for sysmon.
Callback functions are registered with a unique identifying string, usually of the form part1.part2.specific.
Callback functions are called with a single argument, usually a dictionary. Callback functions are called in the order they were registered.
|
|||
|
|||
|
|||
|
|
Hooks the given function onto a string. Whenever the string is called, the given function will be called with a single argument (passed from the original caller). |
Calls all hooks matching the string with the given data (usually the caller). The hooks are called in the order they were created. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sun May 23 16:15:42 2010 | http://epydoc.sourceforge.net |