public interface IMergeStatusCallback
Modifier and Type | Method and Description |
---|---|
void |
operationCompleted(MergeStatusType status,
java.lang.Object description)
This method is to be called ONCE from within the Aurora Compare/Merge
Framework to notify the final status of the operation.
|
void operationCompleted(MergeStatusType status, java.lang.Object description)
status
- such as FAILED, COMPLETED, CANCELEDdescription
- of the status. Normally it is a String message, but
potentially can be anything.