All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.dnd.DropErrorEventMulticaster

java.lang.Object
   |
   +----java.awt.AWTEventMulticaster
           |
           +----com.ibm.dnd.DropErrorEventMulticaster

public class DropErrorEventMulticaster
extends AWTEventMulticaster
implements DropErrorListener
This is the event multicaster class to support the com.ibm.dnd.DropErrorListener interface.


Method Index

 o add(DropErrorListener, DropErrorListener)
Add new listener to support multicast events.
 o dropDataFlavorNotSupportedError(DropErrorEvent)
 o dropError(DropErrorEvent)
 o dropIOError(DropErrorEvent)
 o remove(DropErrorListener, DropErrorListener)
Remove listener to support multicast events.

Methods

 o add
 public static DropErrorListener add(DropErrorListener a,
                                     DropErrorListener b)
Add new listener to support multicast events.

Parameters:
a - com.ibm.dnd.DropErrorListener
b - com.ibm.dnd.DropErrorListener
Returns:
com.ibm.dnd.DropErrorListener
 o dropDataFlavorNotSupportedError
 public void dropDataFlavorNotSupportedError(DropErrorEvent event)
Parameters:
event - com.ibm.dnd.DropErrorEvent
 o dropError
 public void dropError(DropErrorEvent event)
Parameters:
event - com.ibm.dnd.DropErrorEvent
 o dropIOError
 public void dropIOError(DropErrorEvent event)
Parameters:
event - com.ibm.dnd.DropErrorEvent
 o remove
 public static DropErrorListener remove(DropErrorListener a,
                                        DropErrorListener b)
Remove listener to support multicast events.

Parameters:
a - com.ibm.dnd.DropErrorListener
b - com.ibm.dnd.DropErrorListener
Returns:
com.ibm.dnd.DropErrorListener

All Packages  Class Hierarchy  This Package  Previous  Next  Index