blob: ca72f685da86ec6639e92225103da38c2c93e4a7 [file] [log] [blame]
package org.eclipse.jface.tests.viewers;
public interface ITestModelListener {
public void testModelChanged(TestModelChange change);
}