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.

Since:
Lotus Symphony Beta 4

Method Summary
 void handleEvent(RichDocumentViewEvent event)
          Handles the specified event.
 

Method Detail

handleEvent

void handleEvent(RichDocumentViewEvent event)
Handles the specified event.

Parameters:
event - the RichDocumentViewEvent