com.tensegrity.graph.event
Interface VetoableGraphEventMediatorListener

All Superinterfaces:
EventListenerTag, VetoableGraphListener

public interface VetoableGraphEventMediatorListener
extends VetoableGraphListener

An VetoableGraphEventMediatorListener is added as listener to a Graph and gains access to all occuring vetoable GraphEvents.
This is very usefull for implementing an undo/redo manager, a graph controller or something like that, because it is not necessary to add a listener to all of the graph objects.

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

Methods inherited from interface com.tensegrity.graph.event.VetoableGraphListener
vetoableEdgePreAdd, vetoableEdgePreRemove, vetoableEdgePreSplit, vetoableNodePreAdd, vetoableNodePreDeleteEdgeCascade, vetoableNodePreRemove
 



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