Interface LabelChangedListener<T>

All Known Subinterfaces:
AccessoryActionListener, MacroActionListener, NodeListActionListener
All Known Implementing Classes:
AccessoryListPanel, MacroListPanel, MainNodeListActionListener

public interface LabelChangedListener<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    labelChanged(T object, String label)
    The label of the object has changed.
  • Method Details

    • labelChanged

      void labelChanged(T object, String label)
      The label of the object has changed.
      Parameters:
      object - the instance
      label - the new label