Revision 680,
408 bytes
checked in by wojtekp, 12 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Line | |
---|
1 | package test.article.recs.plugins.scheduling; |
---|
2 | |
---|
3 | import schedframe.scheduling.tasks.TaskInterface; |
---|
4 | import test.article.recs.utils.TaskToApp; |
---|
5 | import example.localplugin.BaseLocalSchedulingPlugin; |
---|
6 | |
---|
7 | public abstract class RecsSP extends BaseLocalSchedulingPlugin { |
---|
8 | |
---|
9 | protected TaskToApp taskToApp = new TaskToApp(); |
---|
10 | |
---|
11 | protected void initApplicationType(TaskInterface<?> task){ |
---|
12 | taskToApp.getAppType(task); |
---|
13 | } |
---|
14 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.