source: DCWoRMS/branches/coolemall/src/schedframe/events/EventCommand.java @ 1316

Revision 1316, 101 bytes checked in by wojtekp, 11 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(Event event);
8}
Note: See TracBrowser for help on using the repository browser.