Eclipse Platform
Release 3.0

org.eclipse.team.ui.synchronize
Interface ISynchronizeModelChangeListener


public interface ISynchronizeModelChangeListener

Listener that gets informed when the model created by the model provider is created or updated.

Clients may implement this interface.

Since:
3.0

Method Summary
 void modelChanged(ISynchronizeModelElement root)
          Called whenever the input model shown in a diff node viewer is updated.
 

Method Detail

modelChanged

public void modelChanged(ISynchronizeModelElement root)
Called whenever the input model shown in a diff node viewer is updated.


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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