All Packages Class Hierarchy This Package Previous Next Index
Interface com.gloaming.awt.dnd.DragGestureListener
- public abstract interface DragGestureListener
Proxy interface for a DragGestureListener.
- See Also:
- java.awt.dnd.DragGestureListener
-
dragGestureRecognized(DragGestureEvent)
- Event handler for a DragGestureEvent.
dragGestureRecognized
public abstract void dragGestureRecognized(com.gloaming.awt.dnd.DragGestureEvent event)
- Event handler for a DragGestureEvent.
- Parameters:
- event - proxy DragGestureEvent
All Packages Class Hierarchy This Package Previous Next Index