Revision 104,
475 bytes
checked in by wojtekp, 13 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Rev | Line | |
---|
[104] | 1 | package schedframe.scheduling.plugin; |
---|
| 2 | |
---|
| 3 | import java.util.Map; |
---|
| 4 | |
---|
| 5 | import schedframe.scheduling.events.SchedulingEventType; |
---|
| 6 | import test.rewolucja.scheduling.PluginConfiguration; |
---|
| 7 | |
---|
| 8 | public interface SchedulingPluginConfiguration extends PluginConfiguration { |
---|
| 9 | |
---|
| 10 | /** |
---|
| 11 | * SchedulingEventType - type of the event served by the plugin. |
---|
| 12 | * Object - parameter of the event, if particular event requires one. |
---|
| 13 | * @return |
---|
| 14 | */ |
---|
| 15 | public Map<SchedulingEventType, Object> getServedEvents(); |
---|
| 16 | |
---|
| 17 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.