org.dishevelled.observable.event
Class VetoableSetChangeEvent<E>
java.lang.Object
java.util.EventObject
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
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
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).