|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The listener interface for receiving events that are related to a
VisualNode 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. |
| Method Detail |
public void visualNodeAdded(VisualNodeEvent event)
VisualNode is added.
event - the event structure carrying additional information.public void visualNodeRemoved(VisualNodeEvent event)
VisualNode is removed.
event - the event structure carrying additional information.public void visualPortAdded(VisualNodeEvent event)
VisualPort is added
to a
VisualNode.
public void visualPortRemoved(VisualNodeEvent event)
VisualPort is removed
from a
VisualNode.
event - the structure that holds details about
the event.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||