Q:  What method is sent to my inspector when an object is newly selected and the inspector must update the attributes for that object?

A: The revert: method is sent to the inspector when an object of that type is selected by the user.  The revert: method should restore the attributes on the inspector panel according the state of the selected object. The selected object is named 'object' within the scope of the revert: method.  Remember that this method is also called from when the user clicks the panel's revert button, so the method should work under both scenarios.

QA751

Valid for 2.0, 3.0