Changeset 7 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures/ScriptEvent.java
- Timestamp:
- 07/25/2017 11:16:45 AM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/scriptbuilder/structures/ScriptEvent.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:ignore
set to
build
-
Property
svn:ignore
set to
-
trunk/src/scriptbuilder/structures/ScriptEvent.java
r1 r7 12 12 * @version 2017/06/30 13 13 */ 14 public abstract class ScriptEvent extends Observable implements ScriptEventInterface14 public abstract class ScriptEvent extends Observable implements I_ScriptEvent 15 15 { 16 16 … … 129 129 } 130 130 131 public static ScriptEventInterfacefactoryByType(ScriptEventType t)131 public static I_ScriptEvent factoryByType(ScriptEventType t) 132 132 { 133 133 switch(t)
Note: See TracChangeset
for help on using the changeset viewer.
