|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.graph.event.EdgeListenerAdapter
A convenience adapter-class for edgelisteners.
| Constructor Summary | |
EdgeListenerAdapter()
Constructs a EdgeListenerAdapter instance. |
|
| Method Summary | |
void |
edgeAddedToGraph(EdgeEvent edgeevent)
This method is invoked on the listener if an Edge
was added to the graph. |
void |
edgeRemovedFromGraph(EdgeEvent edgeevent)
This method is invoked on the listener if an Edge
was removed from the graph. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EdgeListenerAdapter()
EdgeListenerAdapter instance.
| Method Detail |
public void edgeAddedToGraph(EdgeEvent edgeevent)
EdgeListenerEdge
was added to the graph.
edgeAddedToGraph in interface EdgeListeneredgeevent - the event structure that carries details about
the event.public void edgeRemovedFromGraph(EdgeEvent edgeevent)
EdgeListenerEdge
was removed from the graph.
edgeRemovedFromGraph in interface EdgeListeneredgeevent - the event structure that carries details about
the event.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||