org.eclipse.swt.dnd
Class DNDListener

java.lang.Object
  |
  +--org.eclipse.swt.widgets.TypedListener
        |
        +--org.eclipse.swt.dnd.DNDListener
All Implemented Interfaces:
Listener

class DNDListener
extends TypedListener


Field Summary
 
Fields inherited from class org.eclipse.swt.widgets.TypedListener
eventListener
 
Constructor Summary
(package private) DNDListener(org.eclipse.swt.internal.SWTEventListener listener)
          DNDListener constructor comment.
 
Method Summary
 void handleEvent(Event e)
          Suppressed: Handles the given event.
 
Methods inherited from class org.eclipse.swt.widgets.TypedListener
getEventListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DNDListener

DNDListener(org.eclipse.swt.internal.SWTEventListener listener)
DNDListener constructor comment.

Parameters:
listener - org.eclipse.swt.internal.SWTEventListener
Method Detail

handleEvent

public void handleEvent(Event e)
Description copied from class: TypedListener
Suppressed: Handles the given event.

IMPORTANT: This method is not part of the SWT public API. It is marked public only so that it can be shared within the packages provided by SWT. It should never be referenced from application code.

Specified by:
handleEvent in interface Listener
Overrides:
handleEvent in class TypedListener
Parameters:
e - the event which occurred


comments?