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