DNDListener

Undocumented in source.

Constructors

this
this(SWTEventListener listener)

DNDListener constructor comment. @param listener org.eclipse.swt.internal.SWTEventListener

Members

Functions

handleEvent
void handleEvent(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

dndWidget
Widget dndWidget;
Undocumented in source.

Inherited Members

From TypedListener

eventListener
SWTEventListener eventListener;

The receiver's event listener

getEventListener
SWTEventListener getEventListener()

Returns the receiver's event listener. <p> <b>IMPORTANT:</b> This method is <em>not</em> 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. </p>

handleEvent
void handleEvent(Event e)

Handles the given event. <p> <b>IMPORTANT:</b> This method is <em>not</em> 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. </p> @param e the event to handle

Meta