Package org.jxmapviewer.viewer
Interface TileListener
public interface TileListener
Notified when the status of a tile has changed
-
Method Summary
Modifier and Type Method Description voidtileLoaded(Tile tile)Notification when a tile is loaded
-
Method Details
-
tileLoaded
Notification when a tile is loaded- Parameters:
tile- the tile
-