Interface LabelChangedListener<T>
-
- All Known Subinterfaces:
AccessoryActionListener,MacroActionListener,NodeListActionListener
- All Known Implementing Classes:
AccessoryListPanel,MacroListPanel,MainNodeListActionListener
public interface LabelChangedListener<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlabelChanged(T object, String label)The label of the object has changed.
-