Interface TaggingPresetListener
-
- All Known Implementing Classes:
PropertiesDialog
,RelationChecker
,TagChecker
,TaggingPresetNameTemplateList
,TaggingPresetSelector
,ToolbarPreferences
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface TaggingPresetListener
Notification of tagging presets events.- Since:
- 7100
- See Also:
TaggingPresets.addListener(TaggingPresetListener)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
taggingPresetsModified()
Called after list of tagging presets has been modified.
-
-
-
Method Detail
-
taggingPresetsModified
void taggingPresetsModified()
Called after list of tagging presets has been modified.
-
-