Uses of Interface
ca.weblite.objc.Recipient

Packages that use Recipient
ca.weblite.objc   
 

Uses of Recipient in ca.weblite.objc
 

Subinterfaces of Recipient in ca.weblite.objc
 interface PeerableRecipient
          An interface for objects that have an Objective-C peer, and that can be called from objective-C.
 

Classes in ca.weblite.objc that implement Recipient
 class NSObject
          The base class for objects that can interact with the Objective-C runtime.
 

Methods in ca.weblite.objc that return Recipient
static Recipient RuntimeUtils.getJavaPeer(long nsObject)
          Returns the Java peer recipient for a native Objective-C object if it exists.
 

Methods in ca.weblite.objc with parameters of type Recipient
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.
 



Copyright © 2012–2014 Web Lite Solutions Corp.. All rights reserved.