Interface ListChangedListener<E>

Type Parameters:
E - type of items in the ListenableList

@Deprecated(since="200.2.0", forRemoval=true) public interface ListChangedListener<E>
Deprecated, for removal: This API element is subject to removal in a future version.
Implement this interface to handle item added and removed events on a ListenableList instance.
Since:
100.0.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Details

    • listChanged

      void listChanged(ListChangedEvent<E> args)
      Deprecated, for removal: This API element is subject to removal in a future version.