public static class LifecycleEventManager.ListenerList extends ArrayList<Object>
modCount| Constructor and Description |
|---|
ListenerList(int size) |
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, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic ListenerList(int size)
public ListenerList(LifecycleEventManager.ListenerList copy)
public boolean hasListeners(int type)
public boolean add(Object listener)
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.