Next: Object-class type methods, Previous: Object-built ins, Up: Object [Index]
Send the unary message aSymbol to each of the receiver’s dependents
Send the message aSymbol to each of the receiver’s dependents, passing anObject
Send the message aSymbol to each of the receiver’s dependents, passing arg1 and arg2 as parameters
Send the message aSymbol to each of the receiver’s dependents, passing the parameters in anArray
Send the message aSymbol to each of the receiver’s dependents, passing the result of evaluating aBlock with each dependent as the parameter
Send update: for each of the receiver’s dependents, passing them the receiver
Send update: for each of the receiver’s dependents, passing them aParameter
Default behavior is to do nothing. Called by #changed and #changed: