Interface ListChangeListener<E>
- Type Parameters:
E- the type of elements in the list
public interface ListChangeListener<E>
A listener that is called whenever an
ObservableList changes.-
Method Summary
-
Method Details
-
onChanged
Called whenever the list changes.- Parameters:
change- the change
-