com.tensegrity.composite.event.line
Class LineManipulationEvent

java.lang.Object
  extended bycom.tensegrity.composite.event.line.AbstractCompositeLineEvent
      extended bycom.tensegrity.composite.event.line.LineManipulationEvent
All Implemented Interfaces:
CompositeLineEvent, CompositeRootEvent

public class LineManipulationEvent
extends AbstractCompositeLineEvent

The LineManipulationEvent occurs whenever a CompositeLine is about to be manipulated, while it is manipulated and after it has been manipulated.

Manipulated means in this case that only a single point of the CompositeLine is changed in its position.

Version:
$Id: LineManipulationEvent.java,v 1.1 2004/04/16 08:01:25 MichaelKegel Exp $
Author:
MKegel
See Also:
CompositeLineEvent, CompositeLineListener

Constructor Summary
LineManipulationEvent(CompositeLine compositeline)
          Constructor specifying the manipulated CompositeLine.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.tensegrity.composite.event.line.AbstractCompositeLineEvent
getCompositeLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LineManipulationEvent

public LineManipulationEvent(CompositeLine compositeline)
Constructor specifying the manipulated CompositeLine.

Parameters:
compositeline - the manipulated CompositeLine.
Method Detail

toString

public java.lang.String toString()


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