Table of Contents

Interface IDropTargetListener

Namespace
Java.Awt.Dnd
Assembly
MASES.JNet.dll
public interface IDropTargetListener : IJVMBridgeBase, IJVMBridgeDefinition
Inherited Members

Methods

DragEnter(DropTargetDragEvent)

void DragEnter(DropTargetDragEvent arg0)

Parameters

arg0 DropTargetDragEvent

DropTargetDragEvent

DragExit(DropTargetEvent)

void DragExit(DropTargetEvent arg0)

Parameters

arg0 DropTargetEvent

DropTargetEvent

DragOver(DropTargetDragEvent)

void DragOver(DropTargetDragEvent arg0)

Parameters

arg0 DropTargetDragEvent

DropTargetDragEvent

Drop(DropTargetDropEvent)

void Drop(DropTargetDropEvent arg0)

Parameters

arg0 DropTargetDropEvent

DropTargetDropEvent

DropActionChanged(DropTargetDragEvent)

void DropActionChanged(DropTargetDragEvent arg0)

Parameters

arg0 DropTargetDragEvent

DropTargetDragEvent