|
|||||||||||
| 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.ViewMoveCompositesEvent
A ViewMoveCompositesEvent occurs whenever a list of
Composites has been moved within a CompositeView.
CompositeViewEvent,
CompositeViewListener| Field Summary |
| Fields inherited from class com.tensegrity.composite.event.view.AbstractCompositeViewEvent |
composite, composites, compositeView |
| Constructor Summary | |
ViewMoveCompositesEvent(CompositeView compositeView,
java.util.List composites)
Constructor specifying the CompositeView and the moved
Composites. |
|
| Method Summary | |
java.util.List |
getComposites()
Returns a List containing all moved Composites
involved in this event. |
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 ViewMoveCompositesEvent(CompositeView compositeView,
java.util.List composites)
CompositeView and the moved
Composites.
compositeView - the CompositeView where
Composites have been moved.composites - a list holding the moved Composites.| Method Detail |
public java.util.List getComposites()
List containing all moved Composites
involved in this event.
List with all moved Composites.public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||