|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.contrib.appkit.NSOperation
org.rococoa.contrib.appkit.NSInvocationOperation
public abstract class NSInvocationOperation
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 |
---|
public static final NSInvocationOperation._Class CLASS
Constructor Detail |
---|
public NSInvocationOperation()
Method Detail |
---|
public abstract NSInvocationOperation initWithTarget_selector_object(ID target, Selector sel, ID arg)
public abstract ID result()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |