Package | Description |
---|---|
org.dishevelled.observable.graph.event |
Observable graph interface change event support.
|
Modifier and Type | Method and Description |
---|---|
void |
VetoableGraphChangeListener.willClear(VetoableGraphChangeEvent<N,E> e)
Notify this listener that a vetoable clear change is about to be made to the observable graph.
|
void |
VetoableGraphChangeListener.willCreateEdge(VetoableGraphChangeEvent<N,E> e)
Notify this listener that a vetoable create edge change is about to be made to the observable graph.
|
void |
VetoableGraphChangeListener.willCreateNode(VetoableGraphChangeEvent<N,E> e)
Notify this listener that a vetoable create node change is about to be made to the observable graph.
|
void |
VetoableGraphChangeListener.willRemoveEdge(VetoableGraphChangeEvent<N,E> e)
Notify this listener that a vetoable remove edge change is about to be made to the observable graph.
|
void |
VetoableGraphChangeListener.willRemoveNode(VetoableGraphChangeEvent<N,E> e)
Notify this listener that a vetoable remove node change is about to be made to the observable graph.
|
Copyright (c) 2008-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).