Class DNDListener
java.lang.Object
org.eclipse.swt.widgets.TypedListener
org.eclipse.swt.dnd.DNDListener
- All Implemented Interfaces:
Listener
-
Field Summary
FieldsFields inherited from class TypedListener
eventListener -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class TypedListener
getEventListener
-
Field Details
-
dndWidget
Widget dndWidget
-
-
Constructor Details
-
DNDListener
DNDListener(EventListener listener) DNDListener constructor comment.
-
-
Method Details
-
handleEvent
Description copied from class:TypedListenerHandles 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 interfaceListener- Overrides:
handleEventin classTypedListener- Parameters:
e- the event to handle
-