com.tensegrity.graph.event
Class VisualNodeListenerAdapter

java.lang.Object
  extended bycom.tensegrity.graph.event.VisualNodeListenerAdapter
All Implemented Interfaces:
EventListenerTag, VisualNodeListener

public class VisualNodeListenerAdapter
extends java.lang.Object
implements VisualNodeListener

The listener interface for receiving events that are related to a VisualNode instance.

Version:
$Id: VisualNodeListenerAdapter.java,v 1.7 2006/03/23 11:15:10 MichaelKegel Exp $
Author:
Stepan Rutz

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

VisualNodeListenerAdapter

public VisualNodeListenerAdapter()
Constructs a EdgeListenerAdapter instance.

Method Detail

visualNodeAdded

public void visualNodeAdded(VisualNodeEvent event)
Description copied from interface: VisualNodeListener
This method is invoked when a VisualNode is added.

Specified by:
visualNodeAdded in interface VisualNodeListener
Parameters:
event - the event structure carrying additional information.

visualNodeRemoved

public void visualNodeRemoved(VisualNodeEvent event)
Description copied from interface: VisualNodeListener
This method is invoked when a VisualNode is removed.

Specified by:
visualNodeRemoved in interface VisualNodeListener
Parameters:
event - the event structure carrying additional information.

visualPortAdded

public void visualPortAdded(VisualNodeEvent event)
Description copied from interface: VisualNodeListener
This method is invoked on the listener if a VisualPort is added to a VisualNode.

Specified by:
visualPortAdded in interface VisualNodeListener

visualPortRemoved

public void visualPortRemoved(VisualNodeEvent event)
Description copied from interface: VisualNodeListener
This method is invoked on the listener if a VisualPort is removed from a VisualNode.

Specified by:
visualPortRemoved in interface VisualNodeListener
Parameters:
event - the structure that holds details about the event.


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.