nl.tudelft.simulation.naming.context
Class SimpleDragSourceListener
java.lang.Object
nl.tudelft.simulation.naming.context.SimpleDragSourceListener
- All Implemented Interfaces:
- DragSourceListener, EventListener
public class SimpleDragSourceListener
- extends Object
- implements DragSourceListener
A DragSourceListener listens to context objects selected for DndDrop
operations.
(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.
- Since:
- 1.0
- Version:
- 1.2 2004-03-24
- Author:
- Peter Jacobs
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleDragSourceListener
public SimpleDragSourceListener()
- constructs a new SimpleDragSourceListener
dragEnter
public void dragEnter(DragSourceDragEvent dsde)
- Specified by:
dragEnter
in interface DragSourceListener
- See Also:
#dragEnter(java.awt.dnd.DragSourceDragEvent)
dragOver
public void dragOver(DragSourceDragEvent dsde)
- Specified by:
dragOver
in interface DragSourceListener
- See Also:
#dragOver(java.awt.dnd.DragSourceDragEvent)
dropActionChanged
public void dropActionChanged(DragSourceDragEvent dsde)
- Specified by:
dropActionChanged
in interface DragSourceListener
- See Also:
#dropActionChanged(java.awt.dnd.DragSourceDragEvent)
dragExit
public void dragExit(DragSourceEvent dse)
- Specified by:
dragExit
in interface DragSourceListener
- See Also:
#dragExit(java.awt.dnd.DragSourceEvent)
dragDropEnd
public void dragDropEnd(DragSourceDropEvent dsde)
- Specified by:
dragDropEnd
in interface DragSourceListener
- See Also:
#dragDropEnd(java.awt.dnd.DragSourceDropEvent)
Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.