diff --git a/src/ListenInterface.java b/src/ListenInterface.java index cf39895..eec26ae 100644 --- a/src/ListenInterface.java +++ b/src/ListenInterface.java @@ -1,3 +1,10 @@ +import java.util.List; + public interface ListenInterface { -} + Gebiet getGebietMinDurchschnittsEinkommen(); + Gebiet getGebietMaxAnzahlEinwohner(); + int getAnzahlGesamt(); + int getAnzahlUnvollständig(); + List getGebieteNachNamen(String namensanfang); +} \ No newline at end of file