source: xssim/src/test/rewolucja/scheduling/plan/SchedulingPlanInterfaceNew.java @ 104

Revision 104, 321 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package test.rewolucja.scheduling.plan;
2
3import java.util.ArrayList;
4
5import schedframe.scheduling.plan.SchedulingPlanInterface;
6
7public interface SchedulingPlanInterfaceNew extends SchedulingPlanInterface<org.qcg.broker.schemas.schedulingplan.SchedulingPlan> {
8
9        public ArrayList<ScheduledTaskInterfaceNew> getTasks();
10}
Note: See TracBrowser for help on using the repository browser.