source: xssim/src/schedframe/scheduling/plugin/local/LocalReservationManager.java @ 104

Revision 104, 303 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package schedframe.scheduling.plugin.local;
2
3import schedframe.scheduling.plugin.grid.Module;
4import test.rewolucja.reservation.ReservationListNew;
5
6
7
8
9/**
10 *
11 * @author Marcin Krystek
12 *
13 */
14public interface LocalReservationManager extends Module {
15       
16        public ReservationListNew getReservations();
17
18}
Note: See TracBrowser for help on using the repository browser.