org.eclipse.swt.custom
Class StyledTextListener
java.lang.Object
|
+--org.eclipse.swt.widgets.TypedListener
|
+--org.eclipse.swt.custom.StyledTextListener
- All Implemented Interfaces:
- Listener
- class StyledTextListener
- extends TypedListener
Constructor Summary |
(package private) |
StyledTextListener(org.eclipse.swt.internal.SWTEventListener listener)
|
Method Summary |
void |
handleEvent(Event e)
Process StyledText events by invoking the event's handler. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StyledTextListener
StyledTextListener(org.eclipse.swt.internal.SWTEventListener listener)
handleEvent
public void handleEvent(Event e)
- Process StyledText events by invoking the event's handler.
- Specified by:
handleEvent
in interface Listener
- Overrides:
handleEvent
in class TypedListener
- Parameters:
e
- the event which occurred
comments?