- All Known Implementing Classes:
- CalculatorDragAndDropListener, FeedbackDragAndDropListener, GalleryDragAndDropListener
public interface DragAndDropListener
The listener interface for receiving dragAndDrop events. The class that is
interested in processing a dragAndDrop event implements this interface, and
the object created with that class is registered with a component using the
component's addDragAndDropListener method. When
the dragAndDrop event occurs, that object's appropriate
method is invoked.
- See Also:
DragAndDropEvent