Class ListeningCollection<T>

  • Type Parameters:
    T - The entry type
    All Implemented Interfaces:
    Iterable<T>, Collection<T>

    public class ListeningCollection<T>
    extends AbstractCollection<T>
    This is a proxy of a collection that notifies a listener on every collection change
    Since:
    12267 (extracted from GpxData), 12156