com.tensegrity.graph.event
Interface GraphRootEvent

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

public interface GraphRootEvent

The root class for all graph events.

Version:
$Id: GraphRootEvent.java,v 1.4 2004/09/29 13:19:52 AndreasEbbert Exp $
Author:
Stepan Rutz

Method Summary
 java.lang.String getDescription()
          Returns the description of the event.
 Graph getGraph()
          Returns the associated Graph of the event.
 

Method Detail

getDescription

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

Returns:
the description of the event.

getGraph

public Graph getGraph()
Returns the associated Graph of the event.

Returns:
the associated Graph of the event.


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