org.xwiki.gwt.user.client.ui.wizard
Class NavigationListenerCollection
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<NavigationListener>
org.xwiki.gwt.user.client.ui.wizard.NavigationListenerCollection
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<NavigationListener>, Collection<NavigationListener>, List<NavigationListener>, RandomAccess
public class NavigationListenerCollection
- extends ArrayList<NavigationListener>
A collection of NavigationListener to be used by SourcesNavigationEvents to manage the list of
listeners.
- Version:
- $Id: cf4d81e902b3b76a56e6d932e45fd385e4a698b9 $
- See Also:
- Serialized Form
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
NavigationListenerCollection
public NavigationListenerCollection()
fireNavigationEvent
public void fireNavigationEvent(NavigationListener.NavigationDirection direction)
- Fires a navigation event for all listeners in the collection.
- Parameters:
direction - the direction of the fired navigation event
Copyright © 2004-2013 XWiki. All Rights Reserved.