001package org.hl7.fhir.utilities; 002 003public interface FileNotifier { 004 005 public void copyFile(String src, String dst); 006 007}