com.tensegrity.composite.event
Interface CompositeLineEvent

All Superinterfaces:
CompositeRootEvent
All Known Implementing Classes:
AbstractCompositeLineEvent

public interface CompositeLineEvent
extends CompositeRootEvent

Common interface for events that occur at a CompositeLine instance.

Version:
$Id: CompositeLineEvent.java,v 1.1 2003/04/08 08:34:11 MichaelKegel Exp $
Author:
MichaelKegel

Method Summary
 CompositeLine getCompositeLine()
          returns the CompositeLine which generates the event.
 

Method Detail

getCompositeLine

public CompositeLine getCompositeLine()
returns the CompositeLine which generates the event.

Returns:
CompositeLine the CompositeLine the event occurs at


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