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