Interface LabelAction<T>
-
public interface LabelAction<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voideditLabel(T instance, Point location, LabelActionListener<T> actionListener)Edit the label.
-
-
-
Method Detail
-
editLabel
void editLabel(T instance, Point location, LabelActionListener<T> actionListener)
Edit the label.- Parameters:
instance- the instancelocation- the location on screenactionListener- the callback function to signal the changed data
-
-