- Timestamp:
- 09/24/14 15:51:26 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/schedframe/scheduling/Scheduler.java
r1415 r1447 17 17 import schedframe.Initializable; 18 18 import schedframe.PluginConfiguration; 19 import schedframe.events.EventType; 19 20 import schedframe.events.scheduling.SchedulingEventType; 20 21 import schedframe.resources.Resource; … … 107 108 PluginConfiguration pluginConfig = managementSystem.getSchedulingPluginConfiguration(); 108 109 if (pluginConfig != null) { 109 Map< SchedulingEventType, Object> events = pluginConfig.getServedEvents();110 Map<EventType, Object> events = pluginConfig.getServedEvents(); 110 111 if (events != null) { 111 112 Object obj = events.get(SchedulingEventType.TIMER);
Note: See TracChangeset
for help on using the changeset viewer.