public class WeakEventListenerList<E extends EventListener> extends Object implements Iterable<E>
| Modifier and Type | Class and Description |
|---|---|
static class |
WeakEventListenerList.Scrubber |
| Constructor and Description |
|---|
WeakEventListenerList() |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(E eventListener) |
Iterator<E> |
getListeners() |
Iterator<E> |
iterator() |
void |
removeAllListeners() |
void |
removeListener(E eventListener) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorCopyright © 2019. All rights reserved.