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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 310 - (hide 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 torben 237 package dk.thoerup.traininfo.provider;
2    
3     import java.util.List;
4    
5     import dk.thoerup.traininfo.DepartureBean;
6    
7     public interface DepartureProvider {
8 torben 310 void lookupDepartures(int station);
9 torben 237 List<DepartureBean> getDepartures();
10     }

  ViewVC Help
Powered by ViewVC 1.1.20