|
|||||||||
| Home >> All >> java >> awt >> [ dnd overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.awt.dnd
Interface DragGestureListener

- All Superinterfaces:
- java.util.EventListener
- public interface DragGestureListener
- extends java.util.EventListener
This is a listener for starting a drag-and-drop gesture. Upon receiving notification, the implementor then starts the drag operation.
- Since:
- 1.2
| Method Summary | |
void |
dragGestureRecognized(DragGestureEvent e)
Called when the native platform notifies the virtual machine that a drag-and-drop has been initiated. |
| Method Detail |
dragGestureRecognized
public void dragGestureRecognized(DragGestureEvent e)
- Called when the native platform notifies the virtual machine that a
drag-and-drop has been initiated.
|
|||||||||
| Home >> All >> java >> awt >> [ dnd overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC