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

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

public class DragHelper.DSListener
extends java.lang.Object
implements java.awt.dnd.DragSourceListener

an implementation of java.awt.dnd.DragSourceListener. The methods of this listener get called when a drag is in process.


Constructor Summary
DragHelper.DSListener()
           
 
Method Summary
 void dragDropEnd(java.awt.dnd.DragSourceDropEvent dragSourceDropEvent)
          Informs the listener that the drag process has ended.
 void dragEnter(java.awt.dnd.DragSourceDragEvent dragSourceDragEvent)
          For more information see the javadocs of java.awt.dnd.DragSourceListener
 void dragExit(java.awt.dnd.DragSourceEvent dragSourceEvent)
          DragSourceListener
 void dragOver(java.awt.dnd.DragSourceDragEvent dragSourceDragEvent)
          For more information see the javadocs of java.awt.dnd.DragSourceListener
 void dropActionChanged(java.awt.dnd.DragSourceDragEvent dragSourceDragEvent)
          For more information see the javadocs of java.awt.dnd.DragSourceListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DragHelper.DSListener

public DragHelper.DSListener()
Method Detail

dragDropEnd

public void dragDropEnd(java.awt.dnd.DragSourceDropEvent dragSourceDropEvent)
Informs the listener that the drag process has ended. If the drag was successful, the exportDone method of the worker is called.

Specified by:
dragDropEnd in interface java.awt.dnd.DragSourceListener
Parameters:
dragSourceDropEvent - the event.

dragEnter

public void dragEnter(java.awt.dnd.DragSourceDragEvent dragSourceDragEvent)
For more information see the javadocs of java.awt.dnd.DragSourceListener

Specified by:
dragEnter in interface java.awt.dnd.DragSourceListener
Parameters:
dragSourceDragEvent -

dragExit

public void dragExit(java.awt.dnd.DragSourceEvent dragSourceEvent)
DragSourceListener

Specified by:
dragExit in interface java.awt.dnd.DragSourceListener

dragOver

public void dragOver(java.awt.dnd.DragSourceDragEvent dragSourceDragEvent)
For more information see the javadocs of java.awt.dnd.DragSourceListener

Specified by:
dragOver in interface java.awt.dnd.DragSourceListener
Parameters:
dragSourceDragEvent -

dropActionChanged

public void dropActionChanged(java.awt.dnd.DragSourceDragEvent dragSourceDragEvent)
For more information see the javadocs of java.awt.dnd.DragSourceListener

Specified by:
dropActionChanged in interface java.awt.dnd.DragSourceListener
Parameters:
dragSourceDragEvent -


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