|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.composite.event.group.AbstractCompositeGroupEvent
com.tensegrity.composite.event.group.GroupFoldStateChange
A GroupFoldStateChange occurs whenever a
CompositeGroups state of folding changes. This requires that a
CompositeGroup is foldable.
CompositeGroupEvent,
CompositeGroupListener| Field Summary |
| Fields inherited from class com.tensegrity.composite.event.group.AbstractCompositeGroupEvent |
composite, compositeGroup, composites |
| Constructor Summary | |
GroupFoldStateChange(CompositeGroup compositegroup)
Constructor for GroupFoldStateChange specifying the
CompositeGroup whose fold state has been changed. |
|
| Method Summary | |
int |
getFoldSate()
Returns a constant that defines the actual fold state of the CompositeGroup. |
| 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, toString, wait, wait, wait |
| Constructor Detail |
public GroupFoldStateChange(CompositeGroup compositegroup)
GroupFoldStateChange specifying the
CompositeGroup whose fold state has been changed.
compositegroup - the CompositeGroup for that the state
of folding changed.| Method Detail |
public int getFoldSate()
CompositeGroup. The possibly returned constants are defined
in the CompositeGroup interface. To get more information
about the fold states see their documentation
CompositeGroup.FOLDSTATE_FOLDED
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||