com.tensegrity.composite.event.line
Class LineChangedEvent

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

public class LineChangedEvent
extends AbstractCompositeLineEvent

The LineChangedEvent occurs whenever a CompositeLine has been changed and no specialized event is declared.

Version:
$Id: LineChangedEvent.java,v 1.3 2004/03/01 15:03:44 AndreasEbbert Exp $
Author:
MichaelKegel
See Also:
CompositeEvent, CompositeListener

Constructor Summary
LineChangedEvent(CompositeLine compositeline)
          Constructor specifying the changed line.
 
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

LineChangedEvent

public LineChangedEvent(CompositeLine compositeline)
Constructor specifying the changed line.

Parameters:
compositeline - the CompositeLine that changed.
Method Detail

toString

public java.lang.String toString()


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