|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.composite.event.base.AbstractBaseCompositeEvent
com.tensegrity.composite.event.base.BCSelectEvent
The SelectEvent occurs whenever a Composite
has been selected.
CompositeEvent,
CompositeListener| Constructor Summary | |
BCSelectEvent(BaseComposite basecomposite)
Constructor for SelectEvent specifying the
BaseComposite on which the event occured. |
|
| Method Summary | |
boolean |
isSelected()
Returns true, if the BaseComposite is selected. |
java.lang.String |
toString()
|
| Methods inherited from class com.tensegrity.composite.event.base.AbstractBaseCompositeEvent |
getBaseComposite |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public BCSelectEvent(BaseComposite basecomposite)
SelectEvent specifying the
BaseComposite on which the event occured.
basecomposite - the BaseComposite the event occured on.| Method Detail |
public final boolean isSelected()
true, if the BaseComposite is selected.
true, if the BaseComposite is selected.public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||