Changeset 13249 in josm
- Timestamp:
- 2017-12-27T23:03:10+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/Main.java
r13180 r13249 466 466 467 467 /** 468 * Listener for window switch events.469 *470 * These are events, when the user activates a window of another application471 * or comes back to JOSM. Window switches from one JOSM window to another472 * 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 /**487 468 * Adds a new network error that occur to give a hint about broken Internet connection. 488 469 * 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.