source:
xssim/src/test/rewolucja/scheduling/plan/SchedulingPlanInterfaceNew.java
@
104
Revision 104, 321 bytes checked in by wojtekp, 13 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | package test.rewolucja.scheduling.plan; |
2 | |
3 | import java.util.ArrayList; |
4 | |
5 | import schedframe.scheduling.plan.SchedulingPlanInterface; |
6 | |
7 | public 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.