Interface LabelChangedListener<T>
- All Known Subinterfaces:
AccessoryActionListener,MacroActionListener,NodeListActionListener
- All Known Implementing Classes:
AccessoryListPanel,MacroListPanel,MainNodeListActionListener
public interface LabelChangedListener<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoidlabelChanged(T object, String label) The label of the object has changed.
-
Method Details
-
labelChanged
The label of the object has changed.- Parameters:
object- the instancelabel- the new label
-