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.- Since:
- 1.0.0
-
Method Summary
-
Method Details
-
onChanged
Called whenever the list changes.- Parameters:
change- the change- Since:
- 1.0.0
-