source: DCWoRMS/trunk/src/schedframe/PluginConfiguration.java @ 477

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