All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.dnd.DropListener

public interface DropListener
extends EventListener
The dropEvent event listener interface


Method Index

 o dragEnter(DropEvent)
As mouse enters the target component
 o dragExit(DropEvent)
As mouse exits the target component
 o dragOver(DropEvent)
As mouse is passing the target component
 o dropEnd(DropEvent)
As the user drops the object

Methods

 o dragEnter
 public abstract void dragEnter(DropEvent event)
As mouse enters the target component

Parameters:
event - com.ibm.dnd.DropEvent
 o dragExit
 public abstract void dragExit(DropEvent event)
As mouse exits the target component

Parameters:
event - com.ibm.dnd.DropEvent
 o dragOver
 public abstract void dragOver(DropEvent event)
As mouse is passing the target component

Parameters:
event - com.ibm.dnd.DropEvent
 o dropEnd
 public abstract void dropEnd(DropEvent event)
As the user drops the object

Parameters:
event - com.ibm.dnd.DropEvent

All Packages  Class Hierarchy  This Package  Previous  Next  Index