public class DefaultMergeStatusCallback extends java.lang.Object implements IMergeStatusCallback
Constructor and Description |
---|
DefaultMergeStatusCallback()
Constructs a new DefaultMergeStatusCallback
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getLastDescription()
Retrieves the description of of the last operation.
|
MergeStatusType |
getLastStatus()
Retrieves the status of the last operation.
|
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.
|
public DefaultMergeStatusCallback()
public void operationCompleted(MergeStatusType status, java.lang.Object description)
IMergeStatusCallback
operationCompleted
in interface IMergeStatusCallback
status
- such as FAILED, COMPLETED, CANCELEDdescription
- of the status. Normally it is a String message, but
potentially can be anything.IMergeStatusCallback.operationCompleted(com.ibm.xtools.comparemerge.core.utils.MergeStatusType,
java.lang.Object)
public MergeStatusType getLastStatus()
public java.lang.Object getLastDescription()