Index Hierarchy OALTargetedAction Class Reference Inherits from OALAction Declared in OALUtilityActions.h Overview Ignores whatever target it was invoked upon and applies the specified action on the target specified at creation time. Tasks forcedTarget property + actionWithTarget:action: – initWithTarget:action: Properties forcedTarget The target which this action will actually be invoked upon. @property (nonatomic, readwrite, assign) id forcedTarget Declared In OALUtilityActions.h Class Methods actionWithTarget:action: Create an action. + (id)actionWithTarget:(id)target action:(OALAction *)action Parameters target The target to run the action upon. action The action to run. Return Value A new action. Declared In OALUtilityActions.h Instance Methods initWithTarget:action: Initialize an action. - (id)initWithTarget:(id)target action:(OALAction *)action Parameters target The target to run the action upon. action The action to run. Return Value The initialized action. Declared In OALUtilityActions.h Index Hierarchy