Uses of Interface
ca.weblite.objc.Recipient
Packages that use Recipient
-
Uses of Recipient in ca.weblite.objc
Subinterfaces of Recipient in ca.weblite.objcModifier and TypeInterfaceDescriptioninterfaceAn interface for objects that have an Objective-C peer, and that can be called from objective-C.Classes in ca.weblite.objc that implement RecipientModifier and TypeClassDescriptionclassThe base class for objects that can interact with the Objective-C runtime.Methods in ca.weblite.objc that return RecipientModifier and TypeMethodDescriptionstatic RecipientRuntimeUtils.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 RecipientModifier and TypeMethodDescriptionstatic longRuntimeUtils.createProxy(Recipient client) Registers a Java object with the Objective-C runtime so that it can begin to receive messages from it.