OALActionManager Class Reference
Inherits from | NSObject |
Declared in | OALActionManager.h |
Tasks
-
– stopAllActions
Stops ALL running actions on ALL targets.
-
– notifyActionStarted:
(INTERNAL USE) Used by OALAction to announce that it is starting.
-
– notifyActionStopped:
(INTERNAL USE) Used by OALAction to announce that it is stopping.
Instance Methods
notifyActionStarted:
(INTERNAL USE) Used by OALAction to announce that it is starting.
- (void)notifyActionStarted:(OALAction *)action
Parameters
- action
The action that is starting.
Declared In
OALActionManager.h