- Timestamp:
- 03/31/14 16:01:19 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/schedframe/events/scheduling/SchedulingEvent.java
r477 r1316 16 16 17 17 public SchedulingEvent(EventType eventType, EventReason eventReason){ 18 t ype = eventType;19 reason = eventReason;18 this.type = eventType; 19 this.reason = eventReason; 20 20 } 21 21 … … 39 39 40 40 public String getSource(){ 41 return this.source;41 return source; 42 42 } 43 43 … … 46 46 } 47 47 48 @Override49 48 public Object getData() { 50 49 return null;
Note: See TracChangeset
for help on using the changeset viewer.