Changeset 127 in tmcsimulator for trunk/src/tmcsim/client/ATMSBatchDriver.java
- Timestamp:
- 10/16/2017 04:38:16 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/tmcsim/client/ATMSBatchDriver.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
