Constructs a new instance of this class for the given 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>
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>
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
The receiver's event listener
Sent when an event that the receiver has registered for occurs.
Instances of this class are <em>internal SWT implementation</em> objects which provide a mapping between the typed and untyped listener mechanisms that SWT supports. <p> <b>IMPORTANT:</b> This class 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>
@see Listener @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>