org.dishevelled.observable.event
Class SortedSetChangeEvent<E>
java.lang.Object
java.util.EventObject
org.dishevelled.observable.event.SortedSetChangeEvent<E>
- Type Parameters:
E - sorted set element type
- All Implemented Interfaces:
- Serializable
public class SortedSetChangeEvent<E>
- extends EventObject
An event object representing a change made to
an observable sorted set.
- Version:
- $Revision$ $Date$
- Author:
- Michael Heuer
- See Also:
- Serialized Form
SortedSetChangeEvent
public SortedSetChangeEvent(ObservableSortedSet<E> source)
- Create a new sorted set change event with the specified
observable sorted set as the event source.
- Parameters:
source - source of the event
getObservableSortedSet
public final ObservableSortedSet<E> getObservableSortedSet()
- Return the source of this sorted set change event as an
ObservableSortedSet.
- Returns:
- the source of this sorted set change event as an
ObservableSortedSet
Copyright (c) 2003-2012 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).