
ca.weblite.objc.PeerableRecipient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-objc-bridge Show documentation
Show all versions of java-objc-bridge Show documentation
A thin bridge that allows for two-way communication from Java to Objective-C.
package ca.weblite.objc;
/**
* An interface for objects that have an Objective-C peer, and that can
* be called from objective-C.
*
* @author shannah
* @version $Id: $Id
* @since 1.1
*/
public interface PeerableRecipient extends Peerable, Recipient {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy