- Timestamp:
- 09/24/14 15:51:26 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/schedframe/scheduling/policy/AbstractManagementSystem.java
r1440 r1447 13 13 14 14 import schedframe.PluginConfiguration; 15 import schedframe.events.EventType; 15 16 import schedframe.events.scheduling.SchedulingEventType; 16 17 import schedframe.scheduling.Scheduler; … … 185 186 PluginConfiguration pluginConfig = schedulingPlugin.getConfiguration(); 186 187 if (pluginConfig != null) { 187 Map< SchedulingEventType, Object> events = pluginConfig.getServedEvents();188 Map<EventType, Object> events = pluginConfig.getServedEvents(); 188 189 if (events != null) { 189 190 Object obj = events.get(SchedulingEventType.TIMER);
Note: See TracChangeset
for help on using the changeset viewer.