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