Class StyledTextListener
java.lang.Object
org.eclipse.swt.widgets.TypedListener
org.eclipse.swt.custom.StyledTextListener
- All Implemented Interfaces:
Listener
-
Field Summary
Fields inherited from class TypedListener
eventListener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(Event e) Process StyledText events by invoking the event's handler.Methods inherited from class TypedListener
getEventListener
-
Constructor Details
-
StyledTextListener
StyledTextListener(EventListener listener)
-
-
Method Details
-
handleEvent
Process StyledText events by invoking the event's handler.- Specified by:
handleEventin interfaceListener- Overrides:
handleEventin classTypedListener- Parameters:
e- the event to handle
-