Revision 477,
365 bytes
checked in by wojtekp, 13 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Line | |
---|
1 | package schedframe; |
---|
2 | |
---|
3 | import java.util.Map; |
---|
4 | |
---|
5 | import schedframe.events.scheduling.SchedulingEventType; |
---|
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 | */ |
---|
14 | public Map<SchedulingEventType, Object> getServedEvents(); |
---|
15 | |
---|
16 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.