Represents an operation using a JavaScript function that can be run in an CPOperationQueue. More...
#import <CPFunctionOperation.h>
Class Methods | |
(id) | + functionOperationWithFunction: |
Class Methods inherited from CPObject | |
(BOOL) | + accessInstanceVariablesDirectly |
(id) | + alloc |
(id) | + allocWithCoder: |
(BOOL) | + automaticallyNotifiesObserversForKey: |
(void) | + cancelPreviousPerformRequestsWithTarget: |
(void) | + cancelPreviousPerformRequestsWithTarget:selector:object: |
(Class) | + class |
(BOOL) | + conformsToProtocol: |
(void) | + exposeBinding: |
(void) | + initialize |
(IMP) | + instanceMethodForSelector: |
(BOOL) | + instancesImplementSelector: |
(BOOL) | + instancesRespondToSelector: |
(BOOL) | + isBindingExclusive: |
(BOOL) | + isSubclassOfClass: |
(CPSet) | + keyPathsForValuesAffectingValueForKey: |
(void) | + load |
(id) | + new |
(void) | + object:performSelector:withObject:afterDelay:inModes: |
(void) | + setVersion: |
(Class) | + superclass |
(int) | + version |
Additional Inherited Members | |
Instance Variables inherited from CPOperation | |
CPArray | operations |
Represents an operation using a JavaScript function that can be run in an CPOperationQueue.
Definition at line 2 of file CPFunctionOperation.h.
|
implementation |
Adds the specified JS function to the receiver’s list of functions to perform.
Definition at line 60 of file CPFunctionOperation.j.
|
implementation |
Returns an array containing the functions associated with the receiver.
Definition at line 68 of file CPFunctionOperation.j.
|
implementation |
Creates and returns an CPFunctionOperation object and adds the specified function to it.
Definition at line 76 of file CPFunctionOperation.j.
|
implementation |
Initializes the receiver
Reimplemented from CPOperation.
Definition at line 46 of file CPFunctionOperation.j.
|
implementation |
Reimplemented from CPOperation.
Definition at line 31 of file CPFunctionOperation.j.