com.ibm.productivity.tools.ui.views
Interface RichDocumentViewListener
- public interface RichDocumentViewListener
Defines listeners to monitor the RichDocumentView
.
The listener is provided for the com.ibm.productivity.tools.ui.views.listener extension
point. To provide a listener, perform the following steps:
1) Extend com.ibm.productivity.tools.ui.views.listener in the plugin.xml file.
2) Implement a class that implements this interface.
handleEvent
public void handleEvent(RichDocumentViewEvent event)
- Handle the specified event.
- Parameters:
event
- - The RichDocumentViewEvent