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
 
 
| Constructor Summary | 
| (package private) | DNDListener(org.eclipse.swt.internal.SWTEventListener listener)DNDListener constructor comment.
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DNDListener
DNDListener(org.eclipse.swt.internal.SWTEventListener listener)
- DNDListener constructor comment.
 
- Parameters:
- listener- org.eclipse.swt.internal.SWTEventListener
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:
- handleEventin interface- Listener
- Overrides:
- handleEventin class- TypedListener
 
- 
- Parameters:
- e- the event which occurred
 
comments? 