source: josm/src/org/openstreetmap/josm/gui/download/DownloadSelection.java@ 242

Last change on this file since 242 was 242, checked in by imi, 19 years ago
  • fixed many java warnings
  • changed eclipse settings to use JUnit library instead of (deprecated) environment variable
File size: 329 bytes
Line 
1package org.openstreetmap.josm.gui.download;
2
3
4public interface DownloadSelection {
5 /**
6 * Add the GUI elements to the dialog.
7 */
8 void addGui(DownloadDialog gui);
9
10 /**
11 * Update or clear display when a selection is made through another
12 * DownloadSelection object
13 */
14 void boundingBoxChanged(DownloadDialog gui);
15
16}
Note: See TracBrowser for help on using the repository browser.