Changeset 10651 in josm for trunk/src/org/openstreetmap/josm/data/imagery/TileLoaderFactory.java
- Timestamp:
- 2016-07-26T21:44:16+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/TileLoaderFactory.java
r8624 r10651 13 13 * @since 8526 14 14 */ 15 @FunctionalInterface 15 16 public interface TileLoaderFactory { 16 17 17 18 /** 18 19 * @param listener that will be notified, when tile has finished loading 19 * @return TileLoader that notifies specified listener 20 */ 21 TileLoader makeTileLoader(TileLoaderListener listener); 22 23 /** 24 * @param listener that will be notified, when tile has finished loading 25 * @param headers that will be sent with requests to TileSource 20 * @param headers that will be sent with requests to TileSource. <code>null</code> indicates none 26 21 * @return TileLoader that uses both of above 27 22 */
Note:
See TracChangeset
for help on using the changeset viewer.