All Packages Class Hierarchy This Package Previous Next Index
Interface com.gloaming.awt.dnd.DragSourceListener
- public abstract interface DragSourceListener
Proxy interface for a DragSourceListener.
Note: The current implementation does not fire Enter, Over, Change, or Exit
events to the source listener. Those event handlers have been omitted from this interface.
- See Also:
- java.awt.dnd.DragSourceListener
-
dragDropEnd(DragSourceDropEvent)
- Event handler for the DragSourceDropEvent.
dragDropEnd
public abstract void dragDropEnd(com.gloaming.awt.dnd.DragSourceDropEvent event)
- Event handler for the DragSourceDropEvent.
- Parameters:
- event - proxy DragSourceDropEvent
All Packages Class Hierarchy This Package Previous Next Index