/[projects]/android/TrainInfo/src/dk/thoerup/traininfo/provider/DepartureProvider.java
ViewVC logotype

Contents of /android/TrainInfo/src/dk/thoerup/traininfo/provider/DepartureProvider.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 319 - (show annotations) (download)
Fri Sep 11 12:24:53 2009 UTC (14 years, 8 months ago) by torben
File size: 246 byte(s)
Provider's : differentiate between an empty returned list or a communication error

Re-organize some of the background work
1 package dk.thoerup.traininfo.provider;
2
3 import java.util.List;
4
5 import dk.thoerup.traininfo.DepartureBean;
6
7 public interface DepartureProvider {
8 boolean lookupDepartures(int station);
9 List<DepartureBean> getDepartures(int station);
10 }

  ViewVC Help
Powered by ViewVC 1.1.20