Changeset 167 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures/events/I_AudioEvent.java


Ignore:
Timestamp:
12/16/2019 03:55:46 PM (6 years ago)
Author:
sdanthin
Message:

TimeSlice?.java modified remove/getcorrespondingAudioEvent to work with ID system. CHPRadioEvent.java modified to implement setID and ids in the I_AudioEvent.java. ScriptIncident? "adding event" modified to account for ID system. AudioEvent? has ids added. Preliminary tests show working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/scriptbuilder/structures/events/I_AudioEvent.java

    r159 r167  
    1111 */ 
    1212public interface I_AudioEvent { 
    13     /** 
    14      * allows for the AudioEvent type to return if it is an audio event. Could be replaced by just using instanceOf I think 
    15      * @return  
    16      */ 
    1713     
    1814     
     
    2117    String getID(); 
    2218     
     19    void setID(String id); 
     20     
    2321    void setFileName(String s); 
    2422     
Note: See TracChangeset for help on using the changeset viewer.