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

java.lang.Object
  extended by java.util.EventObject
      extended by org.dishevelled.observable.event.VetoableSortedMapChangeEvent<K,V>
Type Parameters:
K - sorted map key type
V - sorted map value type
All Implemented Interfaces:
Serializable

public class VetoableSortedMapChangeEvent<K,V>
extends EventObject

An event object representing a vetoable 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
VetoableSortedMapChangeEvent(ObservableSortedMap<K,V> source)
          Create a new vetoable 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 vetoable 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

VetoableSortedMapChangeEvent

public VetoableSortedMapChangeEvent(ObservableSortedMap<K,V> source)
Create a new vetoable 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 vetoable sorted map change event as an ObservableSortedMap.

Returns:
the source of this vetoable 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).