Interface LabelActionListener<T>
-
public interface LabelActionListener<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfireLabelChanged(T instance, String label)Callback to signal that the labels have been changed.
-