org.openstreetmap.gui.jmapviewer.interfaces
Interface TileJob

All Superinterfaces:
java.lang.Runnable
All Known Implementing Classes:
OsmFileCacheTileLoader.FileLoadJob

public interface TileJob
extends java.lang.Runnable

Interface for implementing a tile loading job. Tiles are usually loaded via HTTP or from a file.


Method Summary
 Tile getTile()
          Function to return the tile associated with the job
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

getTile

Tile getTile()
Function to return the tile associated with the job

Returns:
Tile to be handled


JOSM