public static class LifecycleEventManager.ListenerList extends ArrayList<Object>
modCount| Constructor and Description |
|---|
LifecycleEventManager.ListenerList(int size) |
LifecycleEventManager.ListenerList(LifecycleEventManager.ListenerList copy) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Object listener) |
boolean |
hasListeners(int type) |
boolean |
remove(Object listener) |
add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic LifecycleEventManager.ListenerList(int size)
public LifecycleEventManager.ListenerList(LifecycleEventManager.ListenerList copy)
public boolean hasListeners(int type)
public boolean add(Object listener)
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.