Elements.pyECSS.Event.EventPublisher¶
- class Elements.pyECSS.Event.EventPublisher[source]¶
Interface class for all EventManagers that act as Publishers/Subjects (based on the Observer design pattern) or as Mediators (based on the Mediator design pattern)
- __init__()¶
Initialize self. See help(type(self)) for accurate signature.
Methods
__init__()Initialize self.
notify(sender, event)the main mediator pattern type notification