|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMergeListener
Base interface for the listeners that can be notified when a merge operation is about to occur or to end.
| Method Summary | |
|---|---|
void |
mergeDiffEnd(MergeEvent event)
This is called whenever a difference has been merge. |
void |
mergeDiffStart(MergeEvent event)
This is called whenever a DiffElement is about to be merged. |
void |
mergeOperationEnd(MergeEvent event)
This is called whenever a merge operation has ended, either on a single DiffElement or a list
of differences. |
void |
mergeOperationStart(MergeEvent event)
This is called whenever a merge operation is about to be launched, either on a single DiffElement or a list of differences. |
| Method Detail |
|---|
void mergeDiffEnd(MergeEvent event)
event - Holds information about the merged DiffElement.void mergeDiffStart(MergeEvent event)
event - Holds information about the merged DiffElement.void mergeOperationEnd(MergeEvent event)
DiffElement or a list
of differences.
event - Holds information about the merged DiffElement(s).void mergeOperationStart(MergeEvent event)
DiffElement or a list of differences.
event - Holds information about the merged DiffElement(s).
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||