20 package net.sf.gridarta.model.pickmapsettings;
22 import org.jetbrains.annotations.NotNull;
Interface for event listeners that are interested in changes on PickmapSettings.
void removePickmapSettingsListener(@NotNull PickmapSettingsListener listener)
Removes a PickmapSettingsListener to be notified about changes.
void setLocked(boolean locked)
Sets whether pickmaps are immutable.
void addPickmapSettingsListener(@NotNull PickmapSettingsListener listener)
Adds a PickmapSettingsListener to be notified about changes.
boolean isLocked()
Returns whether pickmaps are immutable.
Container for settings that affect pickmaps.