org.dishevelled.observable.event
Class VetoableSetChangeEvent<E>

java.lang.Object
  extended by java.util.EventObject
      extended by org.dishevelled.observable.event.VetoableSetChangeEvent<E>
Type Parameters:
E - set element type
All Implemented Interfaces:
Serializable

public class VetoableSetChangeEvent<E>
extends EventObject

An event object representing a vetoable change made to an observable set.

Version:
$Revision$ $Date$
Author:
Michael Heuer
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
VetoableSetChangeEvent(ObservableSet<E> source)
          Create a new vetoable set change event with the specified observable set as the event source.
 
Method Summary
 ObservableSet<E> getObservableSet()
          Return the source of this vetoable set change event as an ObservableSet.
 
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

VetoableSetChangeEvent

public VetoableSetChangeEvent(ObservableSet<E> source)
Create a new vetoable set change event with the specified observable set as the event source.

Parameters:
source - source of the event
Method Detail

getObservableSet

public final ObservableSet<E> getObservableSet()
Return the source of this vetoable set change event as an ObservableSet.

Returns:
the source of this vetoable set change event as an ObservableSet


Copyright (c) 2003-2012 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).