Changeset 7 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures/events
- Timestamp:
- 07/25/2017 11:16:45 AM (9 years ago)
- Location:
- trunk
- Files:
-
- 7 edited
- 2 moved
-
. (modified) (1 prop)
-
src/scriptbuilder/structures/events/ATMSEvaluationEvent.java (modified) (1 diff)
-
src/scriptbuilder/structures/events/ActivityLogEvaluationEvent.java (modified) (1 diff)
-
src/scriptbuilder/structures/events/CADEvaluationEvent.java (modified) (1 diff)
-
src/scriptbuilder/structures/events/CMSEvaluationEvent.java (modified) (1 diff)
-
src/scriptbuilder/structures/events/FacilitatorEvaluationEvent.java (modified) (1 diff)
-
src/scriptbuilder/structures/events/I_EvaluationEvent.java (moved) (moved from trunk/src/scriptbuilder/structures/events/EvaluationEventInterface.java) (2 diffs)
-
src/scriptbuilder/structures/events/I_ScriptEvent.java (moved) (moved from trunk/src/scriptbuilder/structures/events/ScriptEventInterface.java) (1 diff)
-
src/scriptbuilder/structures/events/RadioEvaluationEvent.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:ignore
set to
build
-
Property
svn:ignore
set to
-
trunk/src/scriptbuilder/structures/events/ATMSEvaluationEvent.java
r1 r7 14 14 * @author Bryan McGuffin 15 15 */ 16 public class ATMSEvaluationEvent extends ScriptEvent implements EvaluationEventInterface16 public class ATMSEvaluationEvent extends ScriptEvent implements I_EvaluationEvent 17 17 { 18 18 -
trunk/src/scriptbuilder/structures/events/ActivityLogEvaluationEvent.java
r1 r7 14 14 * @author Bryan McGuffin 15 15 */ 16 public class ActivityLogEvaluationEvent extends ScriptEvent implements EvaluationEventInterface16 public class ActivityLogEvaluationEvent extends ScriptEvent implements I_EvaluationEvent 17 17 { 18 18 -
trunk/src/scriptbuilder/structures/events/CADEvaluationEvent.java
r1 r7 14 14 * @author Bryan McGuffin 15 15 */ 16 public class CADEvaluationEvent extends ScriptEvent implements EvaluationEventInterface16 public class CADEvaluationEvent extends ScriptEvent implements I_EvaluationEvent 17 17 { 18 18 -
trunk/src/scriptbuilder/structures/events/CMSEvaluationEvent.java
r1 r7 15 15 * @author Bryan McGuffin 16 16 */ 17 public class CMSEvaluationEvent extends ScriptEvent implements EvaluationEventInterface17 public class CMSEvaluationEvent extends ScriptEvent implements I_EvaluationEvent 18 18 { 19 19 -
trunk/src/scriptbuilder/structures/events/FacilitatorEvaluationEvent.java
r1 r7 14 14 * @author Bryan McGuffin 15 15 */ 16 public class FacilitatorEvaluationEvent extends ScriptEvent implements EvaluationEventInterface16 public class FacilitatorEvaluationEvent extends ScriptEvent implements I_EvaluationEvent 17 17 { 18 18 -
trunk/src/scriptbuilder/structures/events/I_EvaluationEvent.java
r1 r7 1 /*2 * To change this license header, choose License Headers in Project Properties.3 * To change this template file, choose Tools | Templates4 * and open the template in the editor.5 */6 1 package scriptbuilder.structures.events; 7 2 … … 14 9 * @author Bryan McGuffin 15 10 */ 16 public interface EvaluationEventInterface11 public interface I_EvaluationEvent 17 12 { 18 13 -
trunk/src/scriptbuilder/structures/events/I_ScriptEvent.java
r1 r7 10 10 * @author Bryan McGuffin 11 11 */ 12 public interface ScriptEventInterfaceextends Comparable12 public interface I_ScriptEvent extends Comparable 13 13 { 14 14 -
trunk/src/scriptbuilder/structures/events/RadioEvaluationEvent.java
r1 r7 15 15 * @author Bryan McGuffin 16 16 */ 17 public class RadioEvaluationEvent extends ScriptEvent implements EvaluationEventInterface17 public class RadioEvaluationEvent extends ScriptEvent implements I_EvaluationEvent 18 18 { 19 19
Note: See TracChangeset
for help on using the changeset viewer.
