Index: trunk/src/scriptbuilder/structures/ScriptEvent.java
===================================================================
--- trunk/src/scriptbuilder/structures/ScriptEvent.java	(revision 1)
+++ trunk/src/scriptbuilder/structures/ScriptEvent.java	(revision 7)
@@ -12,5 +12,5 @@
  * @version 2017/06/30
  */
-public abstract class ScriptEvent extends Observable implements ScriptEventInterface
+public abstract class ScriptEvent extends Observable implements I_ScriptEvent
 {
 
@@ -129,5 +129,5 @@
     }
     
-    public static ScriptEventInterface factoryByType(ScriptEventType t)
+    public static I_ScriptEvent factoryByType(ScriptEventType t)
     {
         switch(t)
