Class WeakListenerList<L>


  • public class WeakListenerList<L>
    extends Object
    Author:
    Geoffroy Jamgotchian
    • Constructor Detail

      • WeakListenerList

        public WeakListenerList()
    • Method Detail

      • 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()