- Timestamp:
- 2017-06-10T00:59:58+02:00 (8 years ago)
- File:
- 
      - 1 edited
 
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/org/openstreetmap/josm/data/preferences/CachedProperty.javar10824 r12385 6 6 import org.openstreetmap.josm.data.Preferences.PreferenceChangedListener; 7 7 8 /** 9 * This is an old-style cached preference value. 10 * 11 * You can replace this using the {@link StringProperty#cached()}, {@link BooleanProperty#cached()} accessors 12 * 13 * @param <T> The value type of this property 14 */ 8 15 public abstract class CachedProperty<T> extends AbstractProperty<T> implements PreferenceChangedListener { 9 16 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
