public static interface RTFileCommand.MergeCompletionCallback
The callback is invoked when compare/merge operation is completed. For visual compare/merge operations method is triggered when user close Compare/Merge editor.
Modifier and Type | Interface and Description |
---|---|
static class |
RTFileCommand.MergeCompletionCallback.Kind
Describes result of compare/merge operation.
|
Modifier and Type | Method and Description |
---|---|
void |
operationCompleted(RTFileCommand.MergeCompletionCallback.Kind resultKind)
This method will be triggered when compare/merge operation is completed.
|
void operationCompleted(RTFileCommand.MergeCompletionCallback.Kind resultKind)
resultKind
-