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