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