A method identified as deprecated has been superseded and may become unsupported in the future.
Returns the definition of the receiver. (Deprecated in Mac OS X v10.4. Removed for performance reasons. There is no replacement.)
- (NSMutableDictionary *)definition
A mutable dictionary containing the current parameters of the action as well as other information.
If your action has non-persistent data, it may override this method to append that data to the definition supplied by the superclass and return it.
This method was removed to allow for performance improvements in the underlying implementation. There is no replacement.
AMAction.h
© 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-03-01)