source: xssim/src/schedframe/scheduling/plugin/SchedulingPluginConfiguration.java @ 104

Revision 104, 475 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package schedframe.scheduling.plugin;
2
3import java.util.Map;
4
5import schedframe.scheduling.events.SchedulingEventType;
6import test.rewolucja.scheduling.PluginConfiguration;
7
8public 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.