Interface GeoMapHelperListener
- All Known Implementing Classes:
GeoMap
,GeoMapHelper
,InternalGeoMap
,MapFigure
public interface GeoMapHelperListener
Interface for tapping into internal details of an InternalGeoMap
-
Method Summary
Modifier and Type Method Description void
tileUpdated(TileRef tileRef)
Notifies listener that a tile has been updated and may need (re)painting
-
Method Details
-
tileUpdated
Notifies listener that a tile has been updated and may need (re)painting- Parameters:
tileRef
- the reference to the updated tile
-