Java 2 Platform
v1.3

edu.umich.visualsoar.operatorwindow
Class OperatorWindow.OWDragGestureListener

java.lang.Object
  |
  +--edu.umich.visualsoar.operatorwindow.OperatorWindow.OWDragGestureListener
All Implemented Interfaces:
java.awt.dnd.DragGestureListener, java.util.EventListener
Enclosing class:
OperatorWindow

class OperatorWindow.OWDragGestureListener
extends java.lang.Object
implements java.awt.dnd.DragGestureListener

Class used for drag and drop operations


Constructor Summary
OperatorWindow.OWDragGestureListener()
           
 
Method Summary
 void dragGestureRecognized(java.awt.dnd.DragGestureEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperatorWindow.OWDragGestureListener

public OperatorWindow.OWDragGestureListener()
Method Detail

dragGestureRecognized

public void dragGestureRecognized(java.awt.dnd.DragGestureEvent e)
Specified by:
dragGestureRecognized in interface java.awt.dnd.DragGestureListener

Java 2 Platform
v1.3