Sync Integ to Master
[sdc.git] / catalog-be / src / main / java / org / openecomp / sdc / be / components / distribution / engine / report / DistributionCompleteReporter.java
1 package org.openecomp.sdc.be.components.distribution.engine.report;
2
3 import org.openecomp.sdc.be.components.distribution.engine.DistributionStatusNotification;
4
5 public interface DistributionCompleteReporter {
6
7     void reportDistributionComplete(DistributionStatusNotification distributionStatusNotification);
8
9 }