Class GblEvents
- class ooodev.globals.GblEvents(*args, **kwargs)[source]
Singleton class for global events.
Implements
ooodev.events.events_t.EventsT
protocol.This class is a singleton and is shared across all instances of the application.
The purpose of this class to provide a global event system that can be used to trigger events across the application.
New in version 0.41.0.