|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.composite.event.group.AbstractCompositeGroupEvent
com.tensegrity.composite.event.group.GroupAddCompositesEvent
A GroupAddCompositesEvent occurs whenever a list of
Composites has been added to a CompositeGroup.
CompositeGroupEvent,
CompositeGroupListener| Field Summary |
| Fields inherited from class com.tensegrity.composite.event.group.AbstractCompositeGroupEvent |
composite, compositeGroup, composites |
| Constructor Summary | |
GroupAddCompositesEvent(CompositeGroup compositegroup,
java.util.List composites)
Constructor for GroupAddCompositesEvent specifying the
CompositeGroup to which the BaseComposite
objects have been added to and the List of
BaseComposite objects that have been added to the given
CompositeGroup. |
|
| Method Summary | |
java.util.List |
getComposites()
Returns a List with the Composites that have
been added to 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 |
public GroupAddCompositesEvent(CompositeGroup compositegroup,
java.util.List composites)
GroupAddCompositesEvent specifying the
CompositeGroup to which the BaseComposite
objects have been added to and the List of
BaseComposite objects that have been added to the given
CompositeGroup.
compositegroup - the CompositeGroup the event occured
on.composites - the list of Composites added.| Method Detail |
public java.util.List getComposites()
List with the Composites that have
been added to the CompositeGroup.
Composites.public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||