DropTargetListener
Interface DropTargetListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- DropTarget, DropTargetAdapter
public interface DropTargetListener extends EventListener
The DropTargetListener
interface is the callback interface used by the DropTarget
class to provide notification of DnD operations that involve the subject DropTarget
. Methods of this interface may be implemented to provide "drag under" visual feedback to the user throughout the Drag and Drop operation.
Create a listener object by implementing the interface and then register it with a DropTarget
. When the dra