Event Class
Here you can find the list of methods from the Event class, which allow callback functions to be connected or disconnected from
etee events, defined in the etee.driver_eteecontroller.EteeController
class.
- class etee.driver_eteecontroller.EteeControllerEvent
This class manages eteeController driver events by allowing callback functions to be connected or disconnected from them.
- connect(callback)
Connect a callback function to the event.
- Parameters:
callback (callable) – Callback function.
- disconnect(callback)
Remove a function from the event callbacks.
- Parameters:
callback (callable) – Callback function.
- emit()
Emit event.