Changeset 89 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures/ScriptEvent.java
- Timestamp:
- 08/28/2017 01:38:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/structures/ScriptEvent.java
r76 r89 82 82 */ 83 83 public int length; 84 85 private TimeSlice slice; 84 86 85 87 /** … … 189 191 return event instanceof I_EvaluationEvent; 190 192 } 193 194 @Override 195 public void removeThis() 196 { 197 this.slice.events.remove(this); 198 } 199 200 @Override 201 public void assignTimeSlice(TimeSlice ts) 202 { 203 this.slice = ts; 204 } 191 205 }
Note: See TracChangeset
for help on using the changeset viewer.
