de.fhpotsdam.unfolding.tiles
Interface TileLoaderListener

All Known Implementing Classes:
AbstractMapDisplay, DistortedGLGraphicsMapDisplay, Java2DMapDisplay, OpenGLMapDisplay

public interface TileLoaderListener

After the TileLoader has loaded an image, the tileLoaded method of this listener is called.


Method Summary
 void tileLoaded(Coordinate coord, java.lang.Object image)
           
 

Method Detail

tileLoaded

void tileLoaded(Coordinate coord,
                java.lang.Object image)