Observer#
- class carb.eventdispatcher.Observer#
Bases:
pybind11_object
Observer.
A registered observer.
Methods
__init__
(*args, **kwargs)Attributes
Sets or gets the enabled state of an observer.
gets the name of the observer.
Sets or gets the integer order of the observer.
- __init__(*args, **kwargs)#
- property enabled#
Sets or gets the enabled state of an observer.
- property name#
gets the name of the observer.
- Type:
Read-only
- property order#
Sets or gets the integer order of the observer.