Deprecated AMAction Methods

A method identified as deprecated has been superseded and may become unsupported in the future.

Deprecated in Mac OS X v10.4

definition

Returns the definition of the receiver. (Deprecated in Mac OS X v10.4. Removed for performance reasons. There is no replacement.)

- (NSMutableDictionary *)definition

Return Value

A mutable dictionary containing the current parameters of the action as well as other information.

Discussion

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.

Special Considerations

This method was removed to allow for performance improvements in the underlying implementation. There is no replacement.

Availability
See Also
Declared In
AMAction.h


© 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-03-01)