|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.composite.event.view.AbstractCompositeViewEvent
com.tensegrity.composite.event.view.ViewAddCompositesEvent
A ViewAddCompositesEvent occurs whenever a list of
Composites has been added to a CompositeView.
CompositeViewEvent,
CompositeViewListener| Field Summary |
| Fields inherited from class com.tensegrity.composite.event.view.AbstractCompositeViewEvent |
composite, composites, compositeView |
| Constructor Summary | |
ViewAddCompositesEvent(CompositeView compositeView,
java.util.List composites)
Constructor specifying the CompositeView and the added
Composites. |
|
| Method Summary | |
java.util.List |
getComposites()
Returns a List with the Composites that have
been added to the CompositeView. |
java.lang.String |
toString()
|
| Methods inherited from class com.tensegrity.composite.event.view.AbstractCompositeViewEvent |
getCompositeView |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ViewAddCompositesEvent(CompositeView compositeView,
java.util.List composites)
CompositeView and the added
Composites.
compositeView - the CompositeView where
Composites have been added.composites - a list holding the added Composites.| Method Detail |
public java.util.List getComposites()
List with the Composites that have
been added to the CompositeView.
Compositepublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||