org.openstreetmap.gui.jmapviewer.interfaces
Interface TileLoaderListener

All Known Implementing Classes:
JMapViewer, SlippyMapBBoxChooser, TileSelectionBBoxChooser.TileBoundsMapView, TMSLayer

public interface TileLoaderListener


Method Summary
 TileCache getTileCache()
          Return the TileCache class containing Tile data for requested and loaded tiles
 void tileLoadingFinished(Tile tile, boolean success)
          Will be called if a new Tile has been loaded successfully.
 

Method Detail

tileLoadingFinished

void tileLoadingFinished(Tile tile,
                         boolean success)
Will be called if a new Tile has been loaded successfully. Loaded can mean downloaded or loaded from file cache.

Parameters:
tile -

getTileCache

TileCache getTileCache()
Return the TileCache class containing Tile data for requested and loaded tiles

Returns:
tile information caching class


JOSM