public class SimpleDragSourceListener extends Object implements DragSourceListener
(c) copyright 2002-2005 Delft
University of Technology , the Netherlands.
See for project information
www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
Constructor and Description |
---|
SimpleDragSourceListener()
constructs a new SimpleDragSourceListener
|
Modifier and Type | Method and Description |
---|---|
void |
dragDropEnd(DragSourceDropEvent dsde) |
void |
dragEnter(DragSourceDragEvent dsde) |
void |
dragExit(DragSourceEvent dse) |
void |
dragOver(DragSourceDragEvent dsde) |
void |
dropActionChanged(DragSourceDragEvent dsde) |
public SimpleDragSourceListener()
public void dragEnter(DragSourceDragEvent dsde)
dragEnter
in interface DragSourceListener
#dragEnter(java.awt.dnd.DragSourceDragEvent)
public void dragOver(DragSourceDragEvent dsde)
dragOver
in interface DragSourceListener
#dragOver(java.awt.dnd.DragSourceDragEvent)
public void dropActionChanged(DragSourceDragEvent dsde)
dropActionChanged
in interface DragSourceListener
#dropActionChanged(java.awt.dnd.DragSourceDragEvent)
public void dragExit(DragSourceEvent dse)
dragExit
in interface DragSourceListener
#dragExit(java.awt.dnd.DragSourceEvent)
public void dragDropEnd(DragSourceDropEvent dsde)
dragDropEnd
in interface DragSourceListener
#dragDropEnd(java.awt.dnd.DragSourceDropEvent)
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.