public interface ReportServiceConsumer
AbstractReport
consumer that may
be added to the ReportService
in order to be notified.Modifier and Type | Method and Description |
---|---|
void |
reported(AbstractReport reportEntity)
Called when a
AbstractReport has been received
by the ReportService . |
void reported(AbstractReport reportEntity)
AbstractReport
has been received
by the ReportService
.reportEntity
- the received AbstractReport
Copyright © 2016. All rights reserved.