import java.util.ArrayList; import java.util.List; public interface GebietsQuelle { void GebietsDatei (String dateiname); List getGebiete(); }