package comedi;

public interface DataViewChangedNotification {
	public void dataViewChanged();
}
