Python listeners and notifiers.
Notifiers are a function (which are mostly unnecessary as long as rna methods do proper updating) while listeners are implemented similarly to operators in that they are registered and unregistered as a class.
Since this isn't The Way I'm just posting this as a (working) reference implementation for future work to possibly build upon. |