| Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
| PREV | NEXT | SHOW LISTS | HIDE LISTS | ||
The DragSourceListener defines the event interface for originators of Drag and Drop operations to track the state of the users gesture to provide the appropriate feedback to the user.
| Method Summary | |
| void | dragDropEnd(DragSourceDropEvent dsde)
|
| void | dragEnter(DragSourceDragEvent dsde)
|
| void | dragExit(DragSourceEvent dse)
|
| void | dragOver(DragSourceDragEvent dsde)
|
| void | dropActionChanged(DragSourceDragEvent dsde)
|
| Method Detail |
public void dragEnter(DragSourceDragEvent dsde)
public void dragOver(DragSourceDragEvent dsde)
public void dropActionChanged(DragSourceDragEvent dsde)
public void dragExit(DragSourceEvent dse)
public void dragDropEnd(DragSourceDropEvent dsde)
| Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
| PREV | NEXT | SHOW LISTS | HIDE LISTS | ||