Revision 104,
321 bytes
checked in by wojtekp, 13 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Rev | Line | |
---|
[104] | 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.