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