|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.graph.event.VisualNodeListenerAdapter
The listener interface for receiving events that are related to a VisualNode instance.
| Constructor Summary | |
VisualNodeListenerAdapter()
Constructs a EdgeListenerAdapter instance. |
|
| Method Summary | |
void |
visualNodeAdded(VisualNodeEvent event)
This method is invoked when a VisualNode is added. |
void |
visualNodeRemoved(VisualNodeEvent event)
This method is invoked when a VisualNode is removed. |
void |
visualPortAdded(VisualNodeEvent event)
This method is invoked on the listener if a VisualPort is added
to a
VisualNode. |
void |
visualPortRemoved(VisualNodeEvent event)
This method is invoked on the listener if a VisualPort is removed
from a
VisualNode. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public VisualNodeListenerAdapter()
EdgeListenerAdapter instance.
| Method Detail |
public void visualNodeAdded(VisualNodeEvent event)
VisualNodeListenerVisualNode is added.
visualNodeAdded in interface VisualNodeListenerevent - the event structure carrying additional information.public void visualNodeRemoved(VisualNodeEvent event)
VisualNodeListenerVisualNode is removed.
visualNodeRemoved in interface VisualNodeListenerevent - the event structure carrying additional information.public void visualPortAdded(VisualNodeEvent event)
VisualNodeListenerVisualPort is added
to a
VisualNode.
visualPortAdded in interface VisualNodeListenerpublic void visualPortRemoved(VisualNodeEvent event)
VisualNodeListenerVisualPort is removed
from a
VisualNode.
visualPortRemoved in interface VisualNodeListenerevent - the structure that holds details about
the event.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||