Click or drag to resize

CLRInputMethodListener Class

Note: This API is now obsolete.

Listener for Java InputMethodListener. Extends CLRListener
Inheritance Hierarchy
SystemObject
  MASES.JCOBridge.C2JBridgeCLRListener
    MASES.JCOBridge.C2JBridge.SpecializedCLRInputMethodListener

Namespace:  MASES.JCOBridge.C2JBridge.Specialized
Assembly:  C2JBridge (in C2JBridge.dll) Version: 2.4.12.220507-908f547aedf9e08963d047b783e99d6b2ed61a1c
Syntax
[ObsoleteAttribute("Will be removed in future versions.")]
public sealed class CLRInputMethodListener : CLRListener

The CLRInputMethodListener type exposes the following members.

Constructors
  NameDescription
Public methodCLRInputMethodListener
Initialize a new instance of CLRInputMethodListener. Set the handler to the event of interest.
Top
Properties
  NameDescription
Public propertyAutoInit
Set to to externally initialize this CLRListener instance using InitializeListener(IJVMBridgeBase)
(Inherited from CLRListener.)
Public propertyClassName
Java class name to be instantiated
(Overrides CLRListenerClassName.)
Public propertyDynInstance
The dynamic accessor to Instance
(Inherited from CLRListener.)
Public propertyDynListener Obsolete.
Local reference for JVM Listener, it shall be used as input for all Java methods which need the interface e.g. addActionListener
(Inherited from CLRListener.)
Public propertyInstance
The IJavaObject instance
(Inherited from CLRListener.)
Public propertyIsAbstract
if the ClassName is an abstract class, i.e. cannot be created an instance
(Inherited from CLRListener.)
Public propertyIsCloseable
if the ClassName implements Closeable
(Inherited from CLRListener.)
Public propertyIsInterface
if the ClassName is an interface, i.e. does not have any public constructor
(Inherited from CLRListener.)
Public propertyIsListener
if the ClassName follows the listener pattern of JCOBridge: the ClassName extends a JCListener or implements IJCListener
(Inherited from CLRListener.)
Public propertyIsStatic
if the ClassName is a static class, i.e. does not have any public constructor
(Inherited from CLRListener.)
Public propertyJniClass Obsolete.
Represents the class implemented in JVM context
(Inherited from CLRListener.)
Public propertyListener Obsolete.
Local reference for JVM JCListener instance, it shall be used as input for all Java methods which need the interface e.g. addActionListener
(Inherited from CLRListener.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from CLRListener.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also