org.rococoa.cocoa.foundation.categories
Interface NSProtocolCheckerCreation

All Superinterfaces:
ObjCObject

public interface NSProtocolCheckerCreation
extends ObjCObject

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static interface NSProtocolCheckerCreation._static_
           
 
Method Summary
 NSProtocolChecker initWithTarget_protocol(NSObject anObject, ObjCClass aProtocol)
          Original signature : -(id)initWithTarget:(NSObject*) protocol:(Protocol*)
from NSProtocolCheckerCreation native declaration : NSProtocolChecker.h:19
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

initWithTarget_protocol

NSProtocolChecker initWithTarget_protocol(NSObject anObject,
                                          ObjCClass aProtocol)
Original signature : -(id)initWithTarget:(NSObject*) protocol:(Protocol*)
from NSProtocolCheckerCreation native declaration : NSProtocolChecker.h:19



Copyright © 2009. All Rights Reserved.