Skip to main content
summaryrefslogtreecommitdiffstats
blob: 52dc19363425879f085ee1c441b562db6a6c9cab (plain) (blame)
1
2
3
4
5
package org.eclipse.e4.tools.services;

public interface IDirtyProviderService {
	public void setDirtyState(boolean dirtyState);
}

Back to the top