- Timestamp:
- 07/15/14 16:26:31 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/schedframe/events/ResourceEventCommand.java
r1316 r1415 1 1 package schedframe.events; 2 2 3 import schedframe.resources.computing.profiles.energy.ResourceEvent; 3 4 import schedframe.resources.devices.PhysicalResource; 4 5 … … 11 12 } 12 13 13 public void execute( Event event) {14 public void execute(ResourceEvent event) { 14 15 resource.getEventHandler().handleResourceEvent(event); 15 16 }
Note: See TracChangeset
for help on using the changeset viewer.