Class WeakListenerList<L>

java.lang.Object
com.powsybl.commons.util.WeakListenerList<L>

public class WeakListenerList<L> extends Object
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Constructor Details

    • WeakListenerList

      public WeakListenerList()
  • Method Details

    • size

      public int size()
    • add

      public void add(L l)
    • remove

      public boolean remove(L l)
    • removeAll

      public void removeAll()
    • notify

      public void notify(Consumer<L> notifier)
    • toList

      public List<L> toList()
    • log

      public void log()