org.eclipse.epf.richtext
Class RichTextListener

java.lang.Object
  extended byorg.eclipse.epf.richtext.RichTextListener

public class RichTextListener
extends java.lang.Object

Listens to a rich text editing event.

Since:
1.0
Author:
Kelvin Low

Constructor Summary
RichTextListener(int eventType, org.eclipse.swt.widgets.Listener listener)
          Creates a new instance.
 
Method Summary
 int getEventType()
          Returns the event type.
 org.eclipse.swt.widgets.Listener getListener()
          Returns the event listener.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RichTextListener

public RichTextListener(int eventType,
                        org.eclipse.swt.widgets.Listener listener)
Creates a new instance.

Parameters:
eventType - the event type
listener - the event listener
Method Detail

getEventType

public int getEventType()
Returns the event type.

Returns:
the event type

getListener

public org.eclipse.swt.widgets.Listener getListener()
Returns the event listener.