Observer#

class carb.eventdispatcher.Observer#

Bases: pybind11_object

Observer.

A registered observer.

Methods

__init__(*args, **kwargs)

Attributes

enabled

Sets or gets the enabled state of an observer.

name

gets the name of the observer.

order

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.