Interface ListChangedListener<E>

  • Type Parameters:
    E - type of items in the ListenableList

    public interface ListChangedListener<E>
    Implement this interface to handle item added and removed events on a ListenableList instance.
    Since:
    100.0.0
    See Also:
    ListenableList