|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.composite.event.group.AbstractCompositeGroupEvent
Abstract base class for CompositeEvents that belong to a
CompositeGroup.
AbstractCompositeGroupEvent| Field Summary | |
protected BaseComposite |
composite
eventually needed for an event that belongs to a Composite
like AddComposite or RemoveComposite |
protected CompositeGroup |
compositeGroup
the CompositeGroup the event is occured at |
protected java.util.List |
composites
eventually needed for an event that belongs to a list of Composite like ViewRemoveCompositesEvent |
| Constructor Summary | |
AbstractCompositeGroupEvent(CompositeGroup compositeGroup)
The Constructor for AbstractCompositeGroupEvent. |
|
AbstractCompositeGroupEvent(CompositeGroup compositeGroup,
BaseComposite composite)
Constructor for AbstractCompositeGroupEvent. |
|
AbstractCompositeGroupEvent(CompositeGroup compositeGroup,
java.util.List composites)
Constructor for AbstractCompositeGroupEvent. |
|
| Method Summary | |
CompositeGroup |
getCompositeGroup()
returns the CompositeGroup which generates the event. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected CompositeGroup compositeGroup
CompositeGroup the event is occured at
protected BaseComposite composite
Composite
like AddComposite or RemoveComposite
protected java.util.List composites
Composite like ViewRemoveCompositesEvent
| Constructor Detail |
public AbstractCompositeGroupEvent(CompositeGroup compositeGroup)
AbstractCompositeGroupEvent.
compositeGroup - the CompositeGroup the event belongs
to.
public AbstractCompositeGroupEvent(CompositeGroup compositeGroup,
BaseComposite composite)
AbstractCompositeGroupEvent.
compositeGroup - the CompositeGroup the event belongs tocomposite - the BaseComposite the event belongs to
public AbstractCompositeGroupEvent(CompositeGroup compositeGroup,
java.util.List composites)
AbstractCompositeGroupEvent.
compositeGroup - the CompositeGroup the event belongs tocomposites - the list of Composites the event belongs
to| Method Detail |
public CompositeGroup getCompositeGroup()
CompositeGroupEventCompositeGroup which generates the event.
getCompositeGroup in interface CompositeGroupEventCompositeGroup the event occurs
at
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||