Package org.dishevelled.observable.graph.event

Observable graph interface change event support.

See:
          Description

Interface Summary
GraphChangeListener<N,E> A listener that receives notification of changes made to an observable graph.
VetoableGraphChangeListener<N,E> A listener that receives notification of vetoable changes about to be made to an observable graph.
 

Class Summary
GraphChangeEvent<N,E> An event object representing a change made to an observable graph.
ObservableGraphChangeSupport<N,E> A support class that can be used via delegation to provide GraphChangeListener and VetoableGraphChangeListener management.
VetoableGraphChangeEvent<N,E> An event object representing a vetoable change about to be made to an observable graph.
 

Exception Summary
GraphChangeVetoException Exception thrown in the event a graph change is vetoed by a VetoableGraphChangeListener.
 

Package org.dishevelled.observable.graph.event Description

Observable graph interface change event support.



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