Package org.smallmind.nutsnbolts.util
Class WeakEventListenerList<E extends EventListener>
- java.lang.Object
-
- org.smallmind.nutsnbolts.util.WeakEventListenerList<E>
-
- All Implemented Interfaces:
Iterable<E>
public class WeakEventListenerList<E extends EventListener> extends Object implements Iterable<E>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWeakEventListenerList.Scrubber
-
Constructor Summary
Constructors Constructor Description WeakEventListenerList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddListener(E eventListener)Iterator<E>getListeners()Iterator<E>iterator()voidremoveAllListeners()voidremoveListener(E eventListener)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-