public interface ISynchronizeModelChangeListener
Clients may implement this interface.
Modifier and Type | Method and Description |
---|---|
void |
modelChanged(ISynchronizeModelElement root)
Called whenever the input model shown in a diff node viewer is updated.
|
void modelChanged(ISynchronizeModelElement root)
root
- the root DiffNode
of the model.Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.