Interface TaggingPresetItemGuiSupport.ChangeListener
-
- Enclosing class:
- TaggingPresetItemGuiSupport
public static interface TaggingPresetItemGuiSupport.ChangeListener
Interface to notify listeners that a preset item input as changed.- Since:
- 17610
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
itemValueModified(TaggingPresetItem source, String key, String newValue)
Notifies this listener that a preset item input as changed.
-
-
-
Method Detail
-
itemValueModified
void itemValueModified(TaggingPresetItem source, String key, String newValue)
Notifies this listener that a preset item input as changed.- Parameters:
source
- the source of this eventkey
- the tag keynewValue
- the new tag value
-
-