EventManager.put_event

EventManager.put_event(event)[source]

Publish an event in the system.

This function allows a plugin to publish an event within the system. Any event callbacks that have been registered with the event manager and match the published event will be notified.

Parameters

event (Event) – The event to publish.