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