Table of Contents

Class DragSourceMotionListener

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

Constructors

DragSourceMotionListener()

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

public DragSourceMotionListener()

DragSourceMotionListener(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 DragSourceMotionListener(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

OnDragMouseMoved

public Action<DragSourceDragEvent> OnDragMouseMoved { get; set; }

Property Value

Action<DragSourceDragEvent>

Remarks

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

Methods

DragMouseMoved(DragSourceDragEvent)

public virtual void DragMouseMoved(DragSourceDragEvent arg0)

Parameters

arg0 DragSourceDragEvent

DragSourceDragEvent

InitializeHandlers()

Handlers initializer for DragSourceMotionListener

protected virtual void InitializeHandlers()