fireNodeChanged

Informs listeners that node has been changed.

This method is applicable if node's internal state has changed and the way it is displayed should be updated. However, this method is not applicable if the entire node has been replaced with a different instance or if the children of node have been changed. In those two latter scenarios, use fireNodeStructureChanged.

Does nothing if node is null.