Changeset 7 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures/ScriptIncident.java
- Timestamp:
- 07/25/2017 11:16:45 AM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/scriptbuilder/structures/ScriptIncident.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:ignore
set to
build
-
Property
svn:ignore
set to
-
trunk/src/scriptbuilder/structures/ScriptIncident.java
r1 r7 7 7 import java.util.Observable; 8 8 import java.util.TreeMap; 9 import scriptbuilder.structures.events. ScriptEventInterface;9 import scriptbuilder.structures.events.I_ScriptEvent; 10 10 11 11 /** … … 161 161 * the simulation 162 162 */ 163 public void addNewEvent( ScriptEventInterfaceev, int start)163 public void addNewEvent(I_ScriptEvent ev, int start) 164 164 { 165 165 TimeSlice t = slices.get(start);
Note: See TracChangeset
for help on using the changeset viewer.
