Changeset 167 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures/events/I_AudioEvent.java
- Timestamp:
- 12/16/2019 03:55:46 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/structures/events/I_AudioEvent.java
r159 r167 11 11 */ 12 12 public 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 think15 * @return16 */17 13 18 14 … … 21 17 String getID(); 22 18 19 void setID(String id); 20 23 21 void setFileName(String s); 24 22
Note: See TracChangeset
for help on using the changeset viewer.
