Inheritance |
|
The base class for all event handlers, including ones added from Python or C++.
Methods ¶
removeFromAllEmitters()
Removes the event handle from all event sources that it is currently handling events from.
emitters
: list
of pdg.EventEmitter
Property
The list of event emitters this handler receives events. The emitters can be instances of the pdg.Node, pdg.GraphContext, pdg.WorkItem or pdg.Scheduler class.
language
: pdg.language
Property
The language used to define the event handler’s callback function, i.e. C++ or Python.