All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.dnd.DropListener
- public interface DropListener
- extends EventListener
The dropEvent event listener interface
-
dragEnter(DropEvent)
- As mouse enters the target component
-
dragExit(DropEvent)
- As mouse exits the target component
-
dragOver(DropEvent)
- As mouse is passing the target component
-
dropEnd(DropEvent)
- As the user drops the object
dragEnter
public abstract void dragEnter(DropEvent event)
- As mouse enters the target component
- Parameters:
- event - com.ibm.dnd.DropEvent
dragExit
public abstract void dragExit(DropEvent event)
- As mouse exits the target component
- Parameters:
- event - com.ibm.dnd.DropEvent
dragOver
public abstract void dragOver(DropEvent event)
- As mouse is passing the target component
- Parameters:
- event - com.ibm.dnd.DropEvent
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