com.tensegrity.composite.event.view
Class ViewRemoveCompositesEvent

java.lang.Object
  extended bycom.tensegrity.composite.event.view.AbstractCompositeViewEvent
      extended bycom.tensegrity.composite.event.view.ViewRemoveCompositesEvent
All Implemented Interfaces:
CompositeRootEvent, CompositeViewEvent

public class ViewRemoveCompositesEvent
extends AbstractCompositeViewEvent

A ViewRemoveCompositesEvent occurs whenever a list of Composites has been removed from a CompositeView.

Version:
$Id: ViewRemoveCompositesEvent.java,v 1.5 2004/01/27 16:49:22 AndreasEbbert Exp $
Author:
MichaelKegel
See Also:
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

ViewRemoveCompositesEvent

public ViewRemoveCompositesEvent(CompositeView compositeView,
                                 java.util.List composites)
Constructor for ViewRemoveCompositesEvent specifying the CompositeView and the List containing the removed Composites.

Parameters:
compositeView - the CompositeView the event occured in.
composites - a List containing the removed Composites.
Method Detail

getComposites

public java.util.List getComposites()
Returns a List with the Composites that have been removed from the CompositeView.

Returns:
a List containing the removed Composites.

toString

public java.lang.String toString()


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.