public interface IDiffChangeListener
IDiffTree
.
Clients may implement this interface.IDiffTree
Modifier and Type | Method and Description |
---|---|
void |
diffsChanged(IDiffChangeEvent event,
IProgressMonitor monitor)
The diff contained in the originating tree has changed.
|
void |
propertyChanged(IDiffTree tree,
int property,
IPath[] paths)
The given property has changed for the given paths.
|
void diffsChanged(IDiffChangeEvent event, IProgressMonitor monitor)
event
- the change eventmonitor
- a progress monitor
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.