source:
DCWoRMS/branches/coolemall/src/schedframe/events/EventCommand.java
@
1415
Revision 1415, 179 bytes checked in by wojtekp, 11 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[477] | 1 | package schedframe.events; |
2 | ||
[1415] | 3 | import schedframe.resources.computing.profiles.energy.ResourceEvent; |
[477] | 4 | |
5 | ||
[1415] | 6 | |
[477] | 7 | public interface EventCommand { |
8 | ||
[1415] | 9 | public void execute(ResourceEvent event); |
[477] | 10 | } |
Note: See TracBrowser
for help on using the repository browser.