Right now if you want to listen to changes on a ValueTree you have to implement several pure virtual methods from ValueTree::Listener: one when a property has changed, another one when a child is added, and so on.
My question: is there a general method to detect any kind of changes done to a ValueTree? I don’t care if it’s a new property or a child removal, I just want to do something when the ValueTree changes.