com.tensegrity.composite.event.group
Class GroupRemoveCompositesEvent
java.lang.Object
com.tensegrity.composite.event.group.AbstractCompositeGroupEvent
com.tensegrity.composite.event.group.GroupRemoveCompositesEvent
- All Implemented Interfaces:
- CompositeGroupEvent, CompositeRootEvent
- public class GroupRemoveCompositesEvent
- extends AbstractCompositeGroupEvent
A GroupRemoveCompositesEvent occurs whenever a list of
Composites has been removed from a CompositeGroup.
- Version:
- $Id: GroupRemoveCompositesEvent.java,v 1.5 2006/02/10 16:24:28 MichaelKegel Exp $
- Author:
- MichaelKegel
- See Also:
CompositeGroupEvent,
CompositeGroupListener
|
Constructor Summary |
GroupRemoveCompositesEvent(CompositeGroup compositegroup,
java.util.List composites)
Constructor for GroupAddCompositesEvent specifying the
CompositeGroup from which the BaseComposite
objects have been removed to and the List of
BaseComposite objects that have been removed from the given
CompositeGroup. |
|
Method Summary |
java.util.List |
getComposites()
Returns a List with the Composites that have
been removed from the CompositeGroup. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GroupRemoveCompositesEvent
public GroupRemoveCompositesEvent(CompositeGroup compositegroup,
java.util.List composites)
- Constructor for
GroupAddCompositesEvent specifying the
CompositeGroup from which the BaseComposite
objects have been removed to and the List of
BaseComposite objects that have been removed from the given
CompositeGroup.
- Parameters:
compositegroup - the CompositeGroup the event occured
on.composites - a list of removed Composites.
getComposites
public java.util.List getComposites()
- Returns a
List with the Composites that have
been removed from the CompositeGroup.
- Returns:
- List the removed
Composites.
toString
public java.lang.String toString()
Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.