public interface NSObjectProtocol
NSObjectProtocol
protocol.
See the protocol documentation at the Apple's site: NSObjectProtocolModifier and Type | Method and Description |
---|---|
CClass |
_class()
This method represents the
class() method of the NSObjectProtocol Objective-C protocol. |
Id |
autorelease() |
com.jniwrapper.Bool |
conformsToProtocol(Protocol aProtocol) |
com.jniwrapper.Pointer.Void |
description() |
com.jniwrapper.UInt16 |
hash() |
com.jniwrapper.Bool |
isEqual(Id object) |
com.jniwrapper.Bool |
isKindOfClass(CClass aClass) |
com.jniwrapper.Bool |
isMemberOfClass(CClass aClass) |
com.jniwrapper.Bool |
isProxy() |
Id |
performSelector_withObject_withObject(Sel aSelector,
Id object1,
Id object2)
This method represents the
performSelector() method of the NSObjectProtocol Objective-C protocol. |
Id |
performSelector_withObject(Sel aSelector,
Id object)
This method represents the
performSelector() method of the NSObjectProtocol Objective-C protocol. |
Id |
performSelector(Sel aSelector) |
void |
release() |
com.jniwrapper.Bool |
respondsToSelector(Sel aSelector) |
Id |
retain() |
com.jniwrapper.UInt16 |
retainCount() |
Id |
self() |
CClass |
superclass() |
com.jniwrapper.Pointer.Void |
zone() |
Id autorelease()
com.jniwrapper.Bool isKindOfClass(CClass aClass)
com.jniwrapper.Pointer.Void zone()
com.jniwrapper.Bool isMemberOfClass(CClass aClass)
void release()
CClass _class()
class()
method of the NSObjectProtocol Objective-C protocol.com.jniwrapper.UInt16 hash()
CClass superclass()
com.jniwrapper.Bool isEqual(Id object)
com.jniwrapper.Bool isProxy()
Id retain()
Id self()
com.jniwrapper.Bool respondsToSelector(Sel aSelector)
com.jniwrapper.Pointer.Void description()
Id performSelector_withObject_withObject(Sel aSelector, Id object1, Id object2)
performSelector()
method of the NSObjectProtocol Objective-C protocol.aSelector
- object1
- object2
- com.jniwrapper.Bool conformsToProtocol(Protocol aProtocol)
com.jniwrapper.UInt16 retainCount()