Changeset 127 in tmcsimulator for trunk/src/tmcsim
- Timestamp:
- 10/16/2017 04:38:16 PM (9 years ago)
- Location:
- trunk/src/tmcsim
- Files:
-
- 2 edited
-
application.properties (modified) (1 diff)
-
client/ATMSBatchDriver.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/application.properties
r124 r127 1 # Sun, 15 Oct 2017 17:38:51-07001 #Mon, 16 Oct 2017 17:41:29 -0700 2 2 3 Application.revision=12 33 Application.revision=125 4 4 5 5 Application.buildnumber=53 -
trunk/src/tmcsim/client/ATMSBatchDriver.java
r121 r127 60 60 public void refresh() throws RemoteException 61 61 { 62 throw new UnsupportedOperationException("Not supported yet.");62 System.out.println("ATMSBatchDriver.refresh() was invoked."); 63 63 } 64 64 … … 214 214 timer.start(); 215 215 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) 217 217 new WriteToFEPThread().run(); 218 218
Note: See TracChangeset
for help on using the changeset viewer.
