Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.swt.widgets
Class TypedListener  view TypedListener download TypedListener.java

java.lang.Object
  extended byorg.eclipse.swt.widgets.TypedListener
All Implemented Interfaces:
Listener

public class TypedListener
extends java.lang.Object
implements Listener

Instances of this class are internal SWT implementation objects which provide a mapping between the typed and untyped listener mechanisms that SWT supports.

IMPORTANT: This class 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.


Field Summary
protected  org.eclipse.swt.internal.SWTEventListener eventListener
          The receiver's event listener
 
Constructor Summary
TypedListener(org.eclipse.swt.internal.SWTEventListener listener)
          Constructs a new instance of this class for the given event listener.
 
Method Summary
 org.eclipse.swt.internal.SWTEventListener getEventListener()
          Returns the receiver's event listener.
 void handleEvent(Event e)
          Handles the given event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventListener

protected org.eclipse.swt.internal.SWTEventListener eventListener
The receiver's event listener

Constructor Detail

TypedListener

public TypedListener(org.eclipse.swt.internal.SWTEventListener listener)
Constructs a new instance of this class for the given event listener.

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.

Method Detail

getEventListener

public org.eclipse.swt.internal.SWTEventListener getEventListener()
Returns the receiver's event listener.

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.


handleEvent

public void handleEvent(Event e)
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:
handleEvent in interface Listener