Changeset 89 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures/events/I_ScriptEvent.java
- Timestamp:
- 08/28/2017 01:38:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/structures/events/I_ScriptEvent.java
r7 r89 3 3 import scriptbuilder.structures.ScriptEvent; 4 4 import scriptbuilder.structures.ScriptEvent.ScriptEventType; 5 import scriptbuilder.structures.TimeSlice; 5 6 6 7 /** … … 19 20 */ 20 21 int getLength(); 22 23 /** 24 * Remove this event from the timeslice it's in. 25 */ 26 void removeThis(); 27 28 /** 29 * Give this event access to the timeslice it's in. 30 * 31 * @param ts the timeslice which contains this event 32 */ 33 void assignTimeSlice(TimeSlice ts); 21 34 22 35 /**
Note: See TracChangeset
for help on using the changeset viewer.
