|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
N - node value typeE - edge value typepublic interface VetoableGraphChangeListener<N,E>
A listener that receives notification of vetoable changes about to be made to an observable graph.
| Method Summary | |
|---|---|
void |
willClear(VetoableGraphChangeEvent<N,E> e)
Notify this listener that a vetoable clear change is about to be made to the observable graph. |
void |
willCreateEdge(VetoableGraphChangeEvent<N,E> e)
Notify this listener that a vetoable create edge change is about to be made to the observable graph. |
void |
willCreateNode(VetoableGraphChangeEvent<N,E> e)
Notify this listener that a vetoable create node change is about to be made to the observable graph. |
void |
willRemoveEdge(VetoableGraphChangeEvent<N,E> e)
Notify this listener that a vetoable remove edge change is about to be made to the observable graph. |
void |
willRemoveNode(VetoableGraphChangeEvent<N,E> e)
Notify this listener that a vetoable remove node change is about to be made to the observable graph. |
| Method Detail |
|---|
void willClear(VetoableGraphChangeEvent<N,E> e)
throws GraphChangeVetoException
e - graph change event
GraphChangeVetoException - if this listener wishes the change about to be made
to be rolled back
void willCreateNode(VetoableGraphChangeEvent<N,E> e)
throws GraphChangeVetoException
e - graph change event
GraphChangeVetoException - if this listener wishes the change about to be made
to be rolled back
void willCreateEdge(VetoableGraphChangeEvent<N,E> e)
throws GraphChangeVetoException
e - graph change event
GraphChangeVetoException - if this listener wishes the change about to be made
to be rolled back
void willRemoveNode(VetoableGraphChangeEvent<N,E> e)
throws GraphChangeVetoException
e - graph change event
GraphChangeVetoException - if this listener wishes the change about to be made
to be rolled back
void willRemoveEdge(VetoableGraphChangeEvent<N,E> e)
throws GraphChangeVetoException
e - graph change event
GraphChangeVetoException - if this listener wishes the change about to be made
to be rolled back
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||