Changeset 7 in tmcsimulator-scriptbuilder for trunk/src/event/editor/Editor.java


Ignore:
Timestamp:
07/25/2017 11:16:45 AM (9 years ago)
Author:
bmcguffin
Message:

Renamed Interfaces in structures.events package from "*Interface" to "I_*"

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore set to
      build
  • trunk/src/event/editor/Editor.java

    r1 r7  
    392392    } 
    393393 
    394     public void addProperty(Properties property, ScriptEventInterface se) 
     394    public void addProperty(Properties property, I_ScriptEvent se) 
    395395    { 
    396396        try 
     
    457457    } 
    458458 
    459     public void addProperty(Properties property, ScriptEventInterface se) 
     459    public void addProperty(Properties property, I_ScriptEvent se) 
    460460    { 
    461461        model.addProperty(property, se); 
Note: See TracChangeset for help on using the changeset viewer.