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, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic void fireNavigationEvent(NavigationListener.NavigationDirection direction)
direction - the direction of the fired navigation eventCopyright © 2004–2015 XWiki. All rights reserved.