org.apache.ojb.tools.mapping.reversedb2.dnd2
Class DragHelper.DGListener

java.lang.Object
  extended byorg.apache.ojb.tools.mapping.reversedb2.dnd2.DragHelper.DGListener
All Implemented Interfaces:
java.awt.dnd.DragGestureListener, java.util.EventListener
Enclosing class:
DragHelper

public class DragHelper.DGListener
extends java.lang.Object
implements java.awt.dnd.DragGestureListener

For more information see the javadocs of java.awt.DragGestureListener

See Also:
DragGestureListener

Constructor Summary
DragHelper.DGListener()
           
 
Method Summary
 void dragGestureRecognized(java.awt.dnd.DragGestureEvent dragGestureEvent)
          For more information see the javadocs of java.awt.DragGestureListener.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DragHelper.DGListener

public DragHelper.DGListener()
Method Detail

dragGestureRecognized

public void dragGestureRecognized(java.awt.dnd.DragGestureEvent dragGestureEvent)
For more information see the javadocs of java.awt.DragGestureListener. Basically this method is called by AWT if a drag gesture has been recognized and therefore a drag action should be initiated. This method checks whether it can perform a drag, gets the transferable from the worker and starts the drag on the drag source.

Specified by:
dragGestureRecognized in interface java.awt.dnd.DragGestureListener
Parameters:
dragGestureEvent - For more information see the javadocs of java.awt.DragGestureListener


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14