Eclipse Platform
Release 3.2

org.eclipse.team.core.diff
Interface IDiffChangeListener

All Known Implementing Classes:
SynchronizationContentProvider

public interface IDiffChangeListener

Diff change listener that reports changes in an IDiffTree. Clients may implement this interface.

Since:
3.2
See Also:
IDiffTree

Method Summary
 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.
 

Method Detail

diffsChanged

public void diffsChanged(IDiffChangeEvent event,
                         IProgressMonitor monitor)
The diff contained in the originating tree has changed.

Parameters:
event - the change event
monitor - a progress monitor

propertyChanged

public void propertyChanged(IDiffTree tree,
                            int property,
                            IPath[] paths)
The given property has changed for the given paths.

Parameters:
tree - the tree for which the property changed
property - the property
paths - the paths

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.