com.tensegrity.graph.event
Interface GraphEventMediatorListener

All Superinterfaces:
EdgeListener, EventListenerTag, GraphListener, NodeListener
All Known Implementing Classes:
DebugGraphListener, GraphEventMediatorAdapter

public interface GraphEventMediatorListener
extends GraphListener, NodeListener, EdgeListener

A GraphEventMediatorListener is added as listener to a Graph and gains access to all occuring Graph events, Node events and Edge events.
This implies also the events of Nodes and Edges that are inside a Subgraph.

Version:
$Id: GraphEventMediatorListener.java,v 1.5 2006/03/23 11:15:10 MichaelKegel Exp $
Author:
MichaelKegel

Methods inherited from interface com.tensegrity.graph.event.GraphListener
edgeAdded, edgeAttachRejected, edgePreAdd, edgePreRemove, edgePreSplit, edgeRemoved, edgeSplit, nodeAdded, nodeDeleteEdgeCascade, nodePreAdd, nodePreDeleteEdgeCascade, nodePreRemove, nodeRemoved
 
Methods inherited from interface com.tensegrity.graph.event.NodeListener
nodeAddedToGraph, nodeRemovedFromGraph, portAddedToNode, portRemovedFromNode
 
Methods inherited from interface com.tensegrity.graph.event.EdgeListener
edgeAddedToGraph, edgeRemovedFromGraph
 



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