In the case of a non-attribute specific handler, the method signatures supported are:
_anytrait_changed(self)
_anytrait_changed(self, name)
_anytrait_changed(self, name, new)
_anytrait_changed(self, name, old, new)
The meanings for name, new, and old are the same as for attribute-specific notification functions.