Represents an operation using an invocation that can be run in an CPOperationQueue. More...
#import <CPInvocationOperation.h>
 Inheritance diagram for CPInvocationOperation:Additional Inherited Members | |
  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 | 
  Instance Variables inherited from CPOperation | |
| CPArray | operations | 
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 40 of file CPInvocationOperation.j.
      
  | 
  implementation | 
Returns a CPInvocationOperation object initialized with the specified invocation object.
| inv | the invocation | 
Definition at line 53 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 69 of file CPInvocationOperation.j.
      
  | 
  implementation | 
Returns the receiver’s invocation object.
Definition at line 82 of file CPInvocationOperation.j.
      
  | 
  implementation | 
Reimplemented from CPOperation.
Definition at line 32 of file CPInvocationOperation.j.
      
  | 
  implementation | 
Returns the result of the invocation or method.
Definition at line 90 of file CPInvocationOperation.j.