An implementation of an interface that declares an observable must implement the behaviour of the observable. The observable must be initiated, freed and invoked.
To implement basic observable functionality an implementation must include a maxon::ObserverObjectClass object with MAXON_COMPONENT().
The observable declared with MAXON_OBSERVABLE() is available as a member variable with the defined name and a "_" prefix.
The observable must be implemented using MAXON_OBSERVABLE_IMPL().
Observables are based on maxon::ObservableBaseInterface:
Subscriber notification:
Observers are handled with: