Class TypedListener
- All Implemented Interfaces:
Listener
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.
- See Also:
- Restriction:
- This class is not intended to be subclassed by clients.
- Restriction:
- This class is not intended to be referenced by clients.
- Restriction:
- This class is not intended to be instantiated by clients.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTypedListener
(SWTEventListener listener) Constructs a new instance of this class for the given event listener. -
Method Summary
Modifier and TypeMethodDescriptionReturns the receiver's event listener.void
handleEvent
(Event e) Handles the given event.
-
Field Details
-
eventListener
The receiver's event listener
-
-
Constructor Details
-
TypedListener
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.
- Parameters:
listener
- the event listener to store in the receiver- Restriction:
- This method is not intended to be referenced by clients.
-
-
Method Details
-
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.
- Returns:
- the receiver's event listener
- Restriction:
- This method is not intended to be referenced by clients.
-
handleEvent
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 interfaceListener
- Parameters:
e
- the event to handle- Restriction:
- This method is not intended to be referenced by clients.
-