/[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 835 - (show annotations) (download)
Fri Jun 11 14:05:24 2010 UTC (13 years, 11 months ago) by torben
File size: 280 byte(s)
Add support for fetching arrivals as well
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, boolean arrival);
9 List<DepartureBean> getDepartures(int station, boolean arrival);
10 }

  ViewVC Help
Powered by ViewVC 1.1.20