com.tensegrity.composite.event.group
Class GroupRemoveCompositeEvent

java.lang.Object
  extended bycom.tensegrity.composite.event.group.AbstractCompositeGroupEvent
      extended bycom.tensegrity.composite.event.group.GroupRemoveCompositeEvent
All Implemented Interfaces:
CompositeGroupEvent, CompositeRootEvent

public class GroupRemoveCompositeEvent
extends AbstractCompositeGroupEvent

A GroupRemoveCompositeEvent occurs whenever a Composite has been removed from a CompositeGroup.

Version:
$Id: GroupRemoveCompositeEvent.java,v 1.6 2006/02/10 16:24:28 MichaelKegel Exp $
Author:
MichaelKegel
See Also:
CompositeGroupEvent, CompositeGroupListener

Field Summary
 
Fields inherited from class com.tensegrity.composite.event.group.AbstractCompositeGroupEvent
composite, compositeGroup, composites
 
Constructor Summary
GroupRemoveCompositeEvent(CompositeGroup compositegroup, BaseComposite composite)
          Constructor for GroupRemoveCompositeEvent specifying the CompositeGroup from which the BaseComposite has been removed to and the BaseComposite that has been removed to the given CompositeGroup.
 
Method Summary
 BaseComposite getComposite()
          Returns the Composite that has been removed from the CompositeGroup.
 java.lang.String toString()
           
 
Methods inherited from class com.tensegrity.composite.event.group.AbstractCompositeGroupEvent
getCompositeGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupRemoveCompositeEvent

public GroupRemoveCompositeEvent(CompositeGroup compositegroup,
                                 BaseComposite composite)
Constructor for GroupRemoveCompositeEvent specifying the CompositeGroup from which the BaseComposite has been removed to and the BaseComposite that has been removed to the given CompositeGroup.

Parameters:
compositegroup - the CompositeGroup the Composite was removed from.
composite - the removed Composite.
Method Detail

getComposite

public BaseComposite getComposite()
Returns the Composite that has been removed from the CompositeGroup.

Returns:
BaseComposite the removed Composite

toString

public java.lang.String toString()


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