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