![]() |
API
0.9.6
|
Represents an operation using an invocation that can be run in an CPOperationQueue. More...
#import <CPInvocationOperation.h>
Additional Inherited Members | |
![]() | |
(BOOL) | + accessInstanceVariablesDirectly |
(id) | + alloc |
(id) | + allocWithCoder: |
(BOOL) | + automaticallyNotifiesObserversForKey: |
(Class) | + class |
(void) | + exposeBinding: |
(void) | + initialize |
(IMP) | + instanceMethodForSelector: |
(BOOL) | + instancesRespondToSelector: |
(BOOL) | + isSubclassOfClass: |
(CPSet) | + keyPathsForValuesAffectingValueForKey: |
(void) | + load |
(id) | + new |
(void) | + setVersion: |
(Class) | + superclass |
(int) | + version |
![]() | |
CPArray | operations |
![]() | |
Class | isa |
Represents an operation using an invocation that can be run in an CPOperationQueue.
Definition at line 2 of file CPInvocationOperation.h.
|
implementation |
Initializes the receiver
Reimplemented from CPOperation.
Definition at line 41 of file CPInvocationOperation.j.
|
implementation |
Returns a CPInvocationOperation object initialized with the specified invocation object.
inv | the invocation |
Definition at line 54 of file CPInvocationOperation.j.
|
implementation |
Returns a CPInvocationOperation object initialized with the specified target and selector.
target | the target |
sel | the selector that should be called on the target |
arg | the arguments |
Definition at line 70 of file CPInvocationOperation.j.
|
implementation |
Returns the receiver’s invocation object.
Definition at line 83 of file CPInvocationOperation.j.
|
implementation |
Reimplemented from CPOperation.
Definition at line 33 of file CPInvocationOperation.j.
|
implementation |
Returns the result of the invocation or method.
Definition at line 91 of file CPInvocationOperation.j.