com.ibm.productivity.tools.ui.views.operations
Interface Operation

All Known Subinterfaces:
CloseOperation, LoadOperation, NewOperation, SaveAsOperation, SaveOperation

public interface Operation

Describes a rich document operation that is started by RichDocumentView. Developers can add OperationListener into the view to monitor the invocation of operations.

The interface defines the base operation for all supported operations on a rich document view. Derived interfaces in the package are intended to be implemented by a third party, then the instance can be used by a rich document view.

Since:
8.0.1
See Also:
RichDocumentView#executeOperation(Operation), OperationListener