IJVMBridge |
The IJVMBridgeDefinition type exposes the following members.
Name | Description | |
---|---|---|
BridgeClassName | Java class name to be instantiated | |
IsBridgeAbstract | if the BridgeClassName is an abstract class, i.e. cannot be created an instance | |
IsBridgeCloseable | if the BridgeClassName implements Closeable | |
IsBridgeInterface | if the BridgeClassName is an interface, i.e. does not have any public constructor | |
IsBridgeListener | if the BridgeClassName follows the listener pattern of JCOBridge: the BridgeClassName extends a JCListener or implements IJCListener | |
IsBridgeStatic | if the BridgeClassName is a static class, i.e. does not have any public constructor |