com.tensegrity.composite.event.line
Class LineMoveEvent

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

public class LineMoveEvent
extends AbstractCompositeLineEvent

The LineMoveEvent occurs whenever a CompositeLine is about to be moved, is be moving around or has been moved.

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

Constructor Summary
LineMoveEvent(CompositeLine compositeline)
          Constructor specifying the moved 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

LineMoveEvent

public LineMoveEvent(CompositeLine compositeline)
Constructor specifying the moved CompositeLine.

Parameters:
compositeline - the moved CompositeLine.
Method Detail

toString

public java.lang.String toString()


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