source: osm/applications/editors/josm/plugins/surveyor/src/livegps/LiveGpsLock.java@ 2936

Last change on this file since 2936 was 2936, checked in by christofd, 19 years ago

Initial import.

File size: 326 bytes
Line 
1/**
2 *
3 */
4package livegps;
5
6/**
7 * This class is only used to prevent concurrent object modification. So all classes that
8 * read or write live gps data must synchronize to this class. Especially the save action
9 * takes quite long, so concurrency problems occur.
10 *
11 * @author cdaller
12 *
13 */
14public class LiveGpsLock {
15
16}
Note: See TracBrowser for help on using the repository browser.