com.tensegrity.composite.event.group
Class GroupSelectionChangeEvent

java.lang.Object
  extended bycom.tensegrity.composite.event.group.AbstractCompositeGroupEvent
      extended bycom.tensegrity.composite.event.group.GroupSelectionChangeEvent
All Implemented Interfaces:
CompositeGroupEvent, CompositeRootEvent

public class GroupSelectionChangeEvent
extends AbstractCompositeGroupEvent

A GroupSelectionChangeEvent occurs whenever the selection within a CompositeGroup has been changed.

Version:
$Id: GroupSelectionChangeEvent.java,v 1.5 2006/02/10 16:24:28 MichaelKegel Exp $
Author:
MichaelKegel
See Also:
CompositeGroupEvent, CompositeGroupListener

Field Summary
 
Fields inherited from class com.tensegrity.composite.event.group.AbstractCompositeGroupEvent
composite, compositeGroup, composites
 
Constructor Summary
GroupSelectionChangeEvent(CompositeGroup compositegroup, java.util.List composites)
          Constructor for GroupSelectionChangeEvent specifying the CompositeGroup whose selection has been changed and the List of currently selected BaseComposite objects.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.tensegrity.composite.event.group.AbstractCompositeGroupEvent
getCompositeGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupSelectionChangeEvent

public GroupSelectionChangeEvent(CompositeGroup compositegroup,
                                 java.util.List composites)
Constructor for GroupSelectionChangeEvent specifying the CompositeGroup whose selection has been changed and the List of currently selected BaseComposite objects.

Parameters:
compositegroup - the CompositeGroup for which the selection has been changed
composites - a List of the newly selected BaseComposite objects.
Method Detail

toString

public java.lang.String toString()


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