package eu.dnetlib.dhp.aggregation.common; public interface ReporterCallback { Long getCurrent(); Long getTotal(); }