com.tensegrity.graph.event
Interface VisualGraphRootEvent

All Known Implementing Classes:
com.tensegrity.graph.event.AbstractVisualGraphEvent

public interface VisualGraphRootEvent

The root class for all visualgraph events.

Version:
$Id: VisualGraphRootEvent.java,v 1.4 2004/09/29 13:17:41 AndreasEbbert Exp $
Author:
Stepan Rutz

Method Summary
 java.lang.String getDescription()
          Returns the description of the event.
 VisualGraph getVisualGraph()
          Returns the associated VisualGraph of the event.
 

Method Detail

getDescription

public java.lang.String getDescription()
Returns the description of the event.

Returns:
the description of the event.

getVisualGraph

public VisualGraph getVisualGraph()
Returns the associated VisualGraph of the event.

Returns:
the associated VisualGraph of the event.


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