Ignore:
Timestamp:
10/15/2017 03:59:42 PM (9 years ago)
Author:
jdalbey
Message:

Multiple renaming of classes to improve clarity. Remove check for Paramics running before starting sim.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/cadsimulator/managers/MediaManager.java

    r44 r123  
    1919import tmcsim.cadsimulator.videocontrol.DVDStatusUpdate; 
    2020import tmcsim.cadsimulator.videocontrol.DVDTitleUpdate; 
    21 import tmcsim.cadsimulator.viewer.model.CADSimulatorModel; 
     21import tmcsim.cadsimulator.viewer.model.CADSimulatorState; 
    2222import tmcsim.common.CCTVDirections; 
    2323import tmcsim.common.CCTVInfo; 
     
    7474     
    7575    /** Reference to the CADSimulatorModel. */ 
    76     private CADSimulatorModel theModel; 
     76    private CADSimulatorState theModel; 
    7777 
    7878    /** Properties object for the Media portion of the CAD. */ 
     
    9090     */ 
    9191    public MediaManager(String propertiesFile, ATMSManager theATMSManager,  
    92             CADSimulatorModel model) { 
     92            CADSimulatorState model) { 
    9393        theDVD_DB   = new DVDPlayerDB();         
    9494        theImage_DB = new StillImagesDB(); 
Note: See TracChangeset for help on using the changeset viewer.