public class NavigationListenerCollection extends ArrayList<NavigationListener>
NavigationListener to be used by SourcesNavigationEvents to manage the list of
listeners.modCount| Constructor and Description |
|---|
NavigationListenerCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
fireNavigationEvent(NavigationListener.NavigationDirection direction)
Fires a navigation event for all listeners in the collection.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, 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 void fireNavigationEvent(NavigationListener.NavigationDirection direction)
direction - the direction of the fired navigation eventCopyright © 2004–2016 XWiki. All rights reserved.