Events¶
A class representing events in the application. It can be an event provided by the GUI, or by some external source.
Interface¶
- class src.data_acquisition.events.Event(*, logger: Logger | None = None)[source]¶
Bases:
ABC
How to subclass¶
Subclasses should implement the following methods:
clone() -> Event_start_listening()_stop_listening()
Available properties and methods:
_trigger_callback()- should be used to trigger registered callbacks when the event occurs.