Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7a11c7f04b7f4baec537a6fb2948d3a09925ed18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
package org.eclipse.ecf.sync;

/**
 * Model change interface.  This super interface is
 * a 'tag' interface and does not define any methods.
 * See sub-interfaces that extend this interface.
 * 
 */
public interface IModelChange {

}

Back to the top