source: DCWoRMS/branches/coolemall/src/schedframe/events/Event.java @ 1415

Revision 1415, 180 bytes checked in by wojtekp, 11 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package schedframe.events;
2
3
4public interface Event {
5       
6        public EventType getType();
7       
8        public String getSource();
9       
10        public Object getData();
11       
12        public EventReason getReason();
13}
Note: See TracBrowser for help on using the repository browser.