Ejemplo n.º 1
0
 /**
  * Called on end of harvesting ofthe specific repository.
  *
  * @param repository repository
  */
 @Override
 public void onHarvestEnd(HrRecord repository) {
   for (Harvester.Listener l : this) {
     l.onHarvestEnd(repository);
   }
 }