Click or drag to resize

CLRAWTEventListener Class

Listerner for Java AWTEventListener. Extends CLRListener
Inheritance Hierarchy
SystemObject
  MASES.JCOBridge.C2JBridgeCLRListener
    MASES.JCOBridge.C2JBridge.SpecializedCLRAWTEventListener

Namespace:  MASES.JCOBridge.C2JBridge.Specialized
Assembly:  C2JBridge (in C2JBridge.dll) Version: 2.3.2.210304-f3821f45d93542a4fb34c013ca105a6afd2f10a2
Syntax
public sealed class CLRAWTEventListener : CLRListener

The CLRAWTEventListener type exposes the following members.

Constructors
  NameDescription
Public methodCLRAWTEventListener
Initialize a new instance of CLRAWTEventListener
Top
Properties
  NameDescription
Public propertyDynListener
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.)
Top
Methods
  NameDescription
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
See Also