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