Changeset 8558 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2015-07-01T22:48:39+02:00 (9 years ago)
Author:
Don-vip
Message:

update javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/SystemOfMeasurement.java

    r8554 r8558  
    2424    /**
    2525     * Interface to notify listeners of the change of the system of measurement.
     26     * @since 8554
    2627     */
    2728    public interface SoMChangeListener {
     
    7475
    7576    /**
    76      * Removes a global SoM change listener
     77     * Removes a global SoM change listener.
    7778     *
    7879     * @param listener the listener. Ignored if null or already absent
     80     * @since 8554
    7981     */
    8082    public static void removeSoMChangeListener(SoMChangeListener listener) {
     
    8385
    8486    /**
    85      * Adds a SoM change listener
     87     * Adds a SoM change listener.
    8688     *
    8789     * @param listener the listener. Ignored if null or already registered.
     90     * @since 8554
    8891     */
    8992    public static void addSoMChangeListener(SoMChangeListener listener) {
     
    102105     * Returns the current global system of measurement.
    103106     * @return The current system of measurement (metric system by default).
     107     * @since 8554
    104108     */
    105109    public static SystemOfMeasurement getSystemOfMeasurement() {
     
    114118     * @param somKey The system of measurement key. Must be defined in {@link SystemOfMeasurement#ALL_SYSTEMS}.
    115119     * @throws IllegalArgumentException if {@code somKey} is not known
     120     * @since 8554
    116121     */
    117122    public static void setSystemOfMeasurement(String somKey) {
Note: See TracChangeset for help on using the changeset viewer.