|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
N - node value typeE - edge value typepublic interface GraphChangeListener<N,E>
A listener that receives notification of changes made to an observable graph.
| Method Summary | |
|---|---|
void |
cleared(GraphChangeEvent<N,E> e)
Notify this listener that the observable graph has been cleared. |
void |
edgeCreated(GraphChangeEvent<N,E> e)
Notify this listener that an edge has been created in the observable graph. |
void |
edgeRemoved(GraphChangeEvent<N,E> e)
Notify this listener that an edge has been removed from the observable graph. |
void |
nodeCreated(GraphChangeEvent<N,E> e)
Notify this listener that a node has been created in the observable graph. |
void |
nodeRemoved(GraphChangeEvent<N,E> e)
Notify this listener than a node has been removed from the observable graph. |
| Method Detail |
|---|
void cleared(GraphChangeEvent<N,E> e)
e - graph change eventvoid nodeCreated(GraphChangeEvent<N,E> e)
e - graph change eventvoid edgeCreated(GraphChangeEvent<N,E> e)
e - graph change eventvoid nodeRemoved(GraphChangeEvent<N,E> e)
e - graph change eventvoid edgeRemoved(GraphChangeEvent<N,E> e)
e - graph change event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||