Changeset 127 in tmcsimulator for trunk/src/tmcsim/client/ATMSBatchDriver.java


Ignore:
Timestamp:
10/16/2017 04:38:16 PM (9 years ago)
Author:
jdalbey
Message:

Station.java Enhance DOTCOLOR enum to have volume and occupancy fields. Minor changes to error messages in other files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/client/ATMSBatchDriver.java

    r121 r127  
    6060    public void refresh() throws RemoteException 
    6161    { 
    62         throw new UnsupportedOperationException("Not supported yet."); 
     62        System.out.println("ATMSBatchDriver.refresh() was invoked."); 
    6363    } 
    6464 
     
    214214        timer.start(); 
    215215 
    216         // Start the FEP thread (to update ATMS every 30 sec) 
     216        // Start the FEP thread (to update ATMS every 30 sec). (See class def below) 
    217217        new WriteToFEPThread().run(); 
    218218 
Note: See TracChangeset for help on using the changeset viewer.