Last change
on this file since 2512 was 2512, checked in by stoecker, 15 years ago |
i18n updated, fixed files to reduce problems when applying patches, fix #4017
|
File size:
317 bytes
|
Line | |
---|
1 | // License: GPL. For details, see LICENSE file.
|
---|
2 | package org.openstreetmap.josm.actions.upload;
|
---|
3 |
|
---|
4 | import org.openstreetmap.josm.data.APIDataSet;
|
---|
5 |
|
---|
6 | public interface UploadHook {
|
---|
7 | /**
|
---|
8 | * Checks the upload.
|
---|
9 | * @param apiDataSet the data to upload
|
---|
10 | */
|
---|
11 | public boolean checkUpload(APIDataSet apiDataSet);
|
---|
12 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.