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