Interface MapPaintStyles.MapPaintStylesUpdateListener
-
- All Known Implementing Classes:
MapPaintDialog.StylesModel
,MapPaintMenu
- Enclosing class:
- MapPaintStyles
public static interface MapPaintStyles.MapPaintStylesUpdateListener
MapPaintStylesUpdateListener & related code (get informed when the list of MapPaint StyleSources changes)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
mapPaintStyleEntryUpdated(int index)
Called whenever a single style source entry was changed.void
mapPaintStylesUpdated()
Called on any style source changes that are not handled bymapPaintStyleEntryUpdated(int)
-
-
-
Method Detail
-
mapPaintStylesUpdated
void mapPaintStylesUpdated()
Called on any style source changes that are not handled bymapPaintStyleEntryUpdated(int)
-
mapPaintStyleEntryUpdated
void mapPaintStyleEntryUpdated(int index)
Called whenever a single style source entry was changed.- Parameters:
index
- The index of the entry.
-
-