|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphEvent | |
edu.uci.ics.jung.graph.event | |
edu.uci.ics.jung.utils |
Uses of GraphEvent in edu.uci.ics.jung.graph.event |
Methods in edu.uci.ics.jung.graph.event with parameters of type GraphEvent | |
void |
GraphEventListener.vertexAdded(GraphEvent event)
|
void |
GraphEventListener.vertexRemoved(GraphEvent event)
|
void |
GraphEventListener.edgeAdded(GraphEvent event)
|
void |
GraphEventListener.edgeRemoved(GraphEvent event)
|
Uses of GraphEvent in edu.uci.ics.jung.utils |
Methods in edu.uci.ics.jung.utils with parameters of type GraphEvent | |
void |
SubsetManager.vertexAdded(GraphEvent event)
Adds the vertex whose event this is to all appropriate subsets. |
void |
SubsetManager.vertexRemoved(GraphEvent event)
Removes the vertex whose event this is from all appropriate subsets. |
void |
SubsetManager.edgeAdded(GraphEvent event)
Adds the edge whose event this is to all appropriate subsets. |
void |
SubsetManager.edgeRemoved(GraphEvent event)
Removes the edge whose event this is from all appropriate subsets. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |