org.rococoa.contrib.appkit
Class NSInvocationOperation

java.lang.Object
  extended by org.rococoa.cocoa.foundation.NSObject
      extended by org.rococoa.contrib.appkit.NSOperation
          extended by org.rococoa.contrib.appkit.NSInvocationOperation
All Implemented Interfaces:
ObjCObject

public abstract class NSInvocationOperation
extends NSOperation

NSInvocationOperation from Cocoa.


Nested Class Summary
static interface NSInvocationOperation._Class
           
 
Nested classes/interfaces inherited from class org.rococoa.cocoa.foundation.NSObject
NSObject._class_
 
Field Summary
static NSInvocationOperation._Class CLASS
           
 
Constructor Summary
NSInvocationOperation()
           
 
Method Summary
abstract  NSInvocationOperation initWithTarget_selector_object(ID target, Selector sel, ID arg)
           
abstract  ID result()
           
 
Methods inherited from class org.rococoa.contrib.appkit.NSOperation
cancel, init, isCancelled, isConcurrent, isExecuting, isFinished, isReady, main, start, waitUntilFinished
 
Methods inherited from class org.rococoa.cocoa.foundation.NSObject
description, isKindOfClass, isKindOfClass, release, retain, retainCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Field Detail

CLASS

public static final NSInvocationOperation._Class CLASS
Constructor Detail

NSInvocationOperation

public NSInvocationOperation()
Method Detail

initWithTarget_selector_object

public abstract NSInvocationOperation initWithTarget_selector_object(ID target,
                                                                     Selector sel,
                                                                     ID arg)

result

public abstract ID result()


Copyright © 2012. All Rights Reserved.