org.xwiki.gwt.user.client.ui.wizard
Class NavigationListenerCollection

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<NavigationListener>
              extended by 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

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
NavigationListenerCollection()
           
 
Method Summary
 void fireNavigationEvent(NavigationListener.NavigationDirection direction)
          Fires a navigation event for all listeners in the collection.
 
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
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

NavigationListenerCollection

public NavigationListenerCollection()
Method Detail

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–2015 XWiki. All rights reserved.