package eu.dnetlib.services.async;

public interface AsyncServerCallback {

	void notify(AsyncResponse res);

}
