/[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 310 - (show annotations) (download)
Thu Sep 10 19:09:09 2009 UTC (14 years, 8 months ago) by torben
File size: 232 byte(s)
Make code work with new servlets (and new db layout)
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 void lookupDepartures(int station);
9 List<DepartureBean> getDepartures();
10 }

  ViewVC Help
Powered by ViewVC 1.1.20