com.tensegrity.composite.event.line
Class AbstractCompositeLineEvent

java.lang.Object
  extended bycom.tensegrity.composite.event.line.AbstractCompositeLineEvent
All Implemented Interfaces:
CompositeLineEvent, CompositeRootEvent
Direct Known Subclasses:
LineChangedEvent, LineManipulationEvent, LineMoveEvent

public class AbstractCompositeLineEvent
extends java.lang.Object
implements CompositeLineEvent

Abstract base class for events that belong to a CompositeLine.

Version:
$Id: AbstractCompositeLineEvent.java,v 1.3 2004/01/30 11:54:43 AndreasEbbert Exp $
Author:
MichaelKegel

Constructor Summary
AbstractCompositeLineEvent(CompositeLine compositeline)
          The Constructor for AbstractCompositeLineEvent.
 
Method Summary
 CompositeLine getCompositeLine()
          returns the CompositeLine which generates the event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCompositeLineEvent

public AbstractCompositeLineEvent(CompositeLine compositeline)
The Constructor for AbstractCompositeLineEvent.

Parameters:
compositeline - the CompositeLine the event occurs at
Method Detail

getCompositeLine

public CompositeLine getCompositeLine()
Description copied from interface: CompositeLineEvent
returns the CompositeLine which generates the event.

Specified by:
getCompositeLine in interface CompositeLineEvent
Returns:
CompositeLine the CompositeLine the event occurs at


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