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.

EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is a guarantee neither that this API will work nor that it will remain the same. Please do not use this API without consulting with the Platform/Team team.

Since:
3.2
See Also:
IDiffTree

Method Summary
 void diffChanged(IDiffChangeEvent event, IProgressMonitor monitor)
          The diff contained in the originating tree has changed.
 void propertyChanged(int property, IPath[] paths)
           
 

Method Detail

diffChanged

public void diffChanged(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(int property,
                            IPath[] paths)

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

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