Changeset 13249 in josm


Ignore:
Timestamp:
2017-12-27T23:03:10+01:00 (6 years ago)
Author:
Don-vip
Message:

remove Main.WindowSwitchListener, unused and forgotten in r11925

File:
1 edited

Legend:

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

    r13180 r13249  
    466466
    467467    /**
    468      * Listener for window switch events.
    469      *
    470      * These are events, when the user activates a window of another application
    471      * or comes back to JOSM. Window switches from one JOSM window to another
    472      * are not reported.
    473      */
    474     public interface WindowSwitchListener {
    475         /**
    476          * Called when the user activates a window of another application.
    477          */
    478         void toOtherApplication();
    479 
    480         /**
    481          * Called when the user comes from a window of another application back to JOSM.
    482          */
    483         void fromOtherApplication();
    484     }
    485 
    486     /**
    487468     * Adds a new network error that occur to give a hint about broken Internet connection.
    488469     * Do not use this method for errors known for sure thrown because of a bad proxy configuration.
Note: See TracChangeset for help on using the changeset viewer.