1package autotest.common;
2
3public interface SimpleChangeListener {
4    public void onChange(Object source);
5}
6