BinaryTreeclassesBalancedBinarySearchTreeMethodsannounceChangeOn this pageannounceChange Short summary called every time the tree changes, can be used to notify components Parameters none Code Declaration METHOD PROTECTED announceChangeVAR_INPUTEND_VAR Implementation THIS^.changesToCollection := THIS^.changesToCollection + 1;