Click or drag to resize

JVMBridgeListener Properties

The JVMBridgeListener type exposes the following members.

Properties
 NameDescription
Public propertyAutoInit Set to to externally initialize this JVMBridgeListener instance using InitializeListener(IJVMBridgeBase)
Public propertyBridgeClassName Java class name to be instantiated
(Overrides JVMBridgeBaseBridgeClassName)
Public propertyBridgeInstance The IJavaObject instance
(Inherited from JVMBridgeBase)
Public propertyDynBridgeInstance The dynamic accessor to BridgeInstance
(Inherited from JVMBridgeBase)
Public propertyIsBridgeAbstract if the BridgeClassName is an abstract class, i.e. cannot be created an instance
(Inherited from JVMBridgeBase)
Public propertyIsBridgeCloseable if the BridgeClassName implements Closeable
(Overrides JVMBridgeBaseIsBridgeCloseable)
Public propertyIsBridgeInterface if the BridgeClassName is an interface, i.e. does not have any public constructor
(Inherited from JVMBridgeBase)
Public propertyIsBridgeListener if the BridgeClassName follows the listener pattern of JCOBridge: the BridgeClassName extends a JCListener or implements IJCListener
(Overrides JVMBridgeBaseIsBridgeListener)
Public propertyIsBridgeStatic if the BridgeClassName is a static class, i.e. does not have any public constructor
(Overrides JVMBridgeBaseIsBridgeStatic)
Top
See Also