org.dishevelled.observable.event
Class SortedMapChangeEvent<K,V>

java.lang.Object
  extended by java.util.EventObject
      extended by org.dishevelled.observable.event.SortedMapChangeEvent<K,V>
Type Parameters:
K - sorted map key type
V - 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SortedMapChangeEvent(ObservableSortedMap<K,V> source)
          Create a new sorted map change event with the specified observable sorted map as the event source.
 
Method Summary
 ObservableSortedMap<K,V> getObservableSortedMap()
          Return the source of this sorted map change event as an ObservableSortedMap.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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
Method Detail

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).