package tim.prune.function.compress;

/** Interface used by panel container to communicate back up to the dialog */
public interface CompressionDialog
{
	void informNumPointsDeleted(int inNumPoints);
}
