source: DCWoRMS/trunk/src/schedframe/events/EventCommand.java @ 477

Revision 477, 142 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package schedframe.events;
2
3
4
5public 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.