com.tensegrity.graph.event
Interface EdgeListener

All Superinterfaces:
EventListenerTag
All Known Subinterfaces:
GraphEventMediatorListener
All Known Implementing Classes:
DebugGraphListener, EdgeListenerAdapter, GraphEventMediator, GraphEventMediatorAdapter, GraphEventMultiplexer

public interface EdgeListener
extends EventListenerTag

The listener interface for receiving events that are related to an edge instance

Version:
$Id: EdgeListener.java,v 1.6 2003/04/08 10:05:52 sr Exp $
Author:
Stepan Rutz
See Also:
EdgeEvent, Edge

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.
 

Method Detail

edgeAddedToGraph

public void edgeAddedToGraph(EdgeEvent edgeevent)
This method is invoked on the listener if an Edge was added to the graph.

Parameters:
edgeevent - the event structure that carries details about the event.

edgeRemovedFromGraph

public void edgeRemovedFromGraph(EdgeEvent edgeevent)
This method is invoked on the listener if an Edge was removed from the graph.

Parameters:
edgeevent - the event structure that carries details about the event.


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