See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
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 | Description |
---|---|
GraphChangeVetoException |
Exception thrown in the event a graph change is vetoed by a
VetoableGraphChangeListener . |
Copyright (c) 2008-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).