TypedListener

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>

Constructors

this
this(SWTEventListener listener)

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>

Members

Functions

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

Variables

eventListener
SWTEventListener eventListener;

The receiver's event listener

Inherited Members

From Listener

handleEvent
void handleEvent(Event event)

Sent when an event that the receiver has registered for occurs.

Meta