Ignore:
Timestamp:
2016-07-26T21:44:16+02:00 (9 years ago)
Author:
Don-vip
Message:

fix #13210 - Start extracting coordinate conversion out of tile source (patch by michael2402, modified) - gsoc-core

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/imagery/TileLoaderFactory.java

    r8624 r10651  
    1313 * @since 8526
    1414 */
     15@FunctionalInterface
    1516public interface TileLoaderFactory {
    1617
    1718    /**
    1819     * @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
    2621     * @return TileLoader that uses both of above
    2722     */
Note: See TracChangeset for help on using the changeset viewer.