/[projects]/dao/DaoAdresseVedligehold/src/main/java/dk/daoas/adressevedligehold/fileupload/AddressSource.java
ViewVC logotype

Contents of /dao/DaoAdresseVedligehold/src/main/java/dk/daoas/adressevedligehold/fileupload/AddressSource.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2954 - (show annotations) (download)
Tue Feb 16 13:15:25 2016 UTC (8 years, 3 months ago) by torben
File size: 334 byte(s)
When done - schedule a incremental distance calculation
1 package dk.daoas.adressevedligehold.fileupload;
2
3 import java.io.IOException;
4
5 public interface AddressSource extends AutoCloseable {
6
7 String getFilename();
8
9 String getDistributor();
10
11 void validate() throws IOException;
12
13 AddressSourceEntry getNextEntry() throws IOException;
14
15 boolean calculateDistances();
16
17 }

  ViewVC Help
Powered by ViewVC 1.1.20