|
|||||||||||
| 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.GroupAddCompositeEvent
A GroupAddCompositeEvent occurs whenever a
Composite 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 | |
GroupAddCompositeEvent(CompositeGroup compositegroup,
BaseComposite composite)
Constructor for GroupAddCompositeEvent specifying the
CompositeGroup to which the BaseComposite
has been added to and the BaseComposite that has been added
to the given CompositeGroup. |
|
| Method Summary | |
BaseComposite |
getComposite()
Returns the Composite that has 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 GroupAddCompositeEvent(CompositeGroup compositegroup,
BaseComposite composite)
GroupAddCompositeEvent specifying the
CompositeGroup to which the BaseComposite
has been added to and the BaseComposite that has been added
to the given CompositeGroup.
compositegroup - the CompositeGroup to that the
Composite was added.composite - the added Composite.| Method Detail |
public BaseComposite getComposite()
Composite that has been added to the
CompositeGroup.
Compositepublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||