Table of Contents

Class DragGestureListener

Namespace
Java.Awt.Dnd
Assembly
MASES.JNet.dll
public class DragGestureListener : EventListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IEventListener, IDragGestureListener, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
DragGestureListener
Implements
Derived
Inherited Members
Extension Methods

Remarks

Remember to Dispose the object otherwise there is a resource leak, the object contains a reference to the the corresponding JVM object

Constructors

DragGestureListener()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public DragGestureListener()

DragGestureListener(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public DragGestureListener(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

OnDragGestureRecognized

public Action<DragGestureEvent> OnDragGestureRecognized { get; set; }

Property Value

Action<DragGestureEvent>

Remarks

If OnDragGestureRecognized has a value it takes precedence over corresponding class method

Methods

DragGestureRecognized(DragGestureEvent)

public virtual void DragGestureRecognized(DragGestureEvent arg0)

Parameters

arg0 DragGestureEvent

DragGestureEvent

InitializeHandlers()

Handlers initializer for DragGestureListener

protected virtual void InitializeHandlers()