Package | Description |
---|---|
ca.weblite.objc |
Modifier and Type | Interface and Description |
---|---|
interface |
PeerableRecipient
An interface for objects that have an Objective-C peer, and that can
be called from objective-C.
|
Modifier and Type | Class and Description |
---|---|
class |
NSObject
The base class for objects that can interact with the Objective-C runtime.
|
Modifier and Type | Method and Description |
---|---|
static Recipient |
RuntimeUtils.getJavaPeer(long nsObject)
Returns the Java peer recipient for a native Objective-C object if it
exists.
|
Modifier and Type | Method and Description |
---|---|
static long |
RuntimeUtils.createProxy(Recipient client)
Registers a Java object with the Objective-C runtime so that it can begin
to receive messages from it.
|