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

Method Index

 o dragGestureRecognized(DragGestureEvent)
Event handler for a DragGestureEvent.

Methods

 o 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