All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.dnd.DropErrorListener

public interface DropErrorListener
extends EventListener
The event set listener interface for the dropError feature.


Method Index

 o dropDataFlavorNotSupportedError(DropErrorEvent)
 o dropError(DropErrorEvent)
 o dropIOError(DropErrorEvent)

Methods

 o dropDataFlavorNotSupportedError
 public abstract void dropDataFlavorNotSupportedError(DropErrorEvent event)
Parameters:
event - com.ibm.dnd.DropErrorEvent
 o dropError
 public abstract void dropError(DropErrorEvent event)
Parameters:
event - com.ibm.dnd.DropErrorEvent
 o dropIOError
 public abstract void dropIOError(DropErrorEvent event)
Parameters:
event - com.ibm.dnd.DropErrorEvent

All Packages  Class Hierarchy  This Package  Previous  Next  Index