|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The CompositeLineListener interface defines an object that can
be notified about events that are generated by a CompositeLine.
CompositeLine,
CompositeLineAdapter| Method Summary | |
void |
compositeChanged(LineChangedEvent event)
This method is called whenever a CompositeLine has been
changed but for the change is no specialized callback defined. |
void |
compositeManipulating(LineManipulationEvent event)
This method is called while a CompositeLine is being
manipulated.
|
void |
compositeMoving(LineMoveEvent event)
This method is called while a CompositeLine is being moved
around.
|
void |
compositePostManipulating(LineManipulationEvent event)
This method is called after a CompositeLine has been
manipulated. |
void |
compositePostMoving(LineMoveEvent event)
This method is called after a CompositeLine has been moved. |
void |
compositePreManipulating(LineManipulationEvent event)
This method is called before the manipulation of a CompositeLine starts. |
void |
compositePreMoving(LineMoveEvent event)
This method is called before a CompositeLine is being moved
around. |
| Methods inherited from interface com.tensegrity.composite.event.BaseCompositeListener |
mouseClick, mouseDown, mouseEnter, mouseExit, mouseUp, postSelect, preSelect |
| Method Detail |
public void compositeChanged(LineChangedEvent event)
CompositeLine has been
changed but for the change is no specialized callback defined.
event - the LineChangedEventLineChangedEventpublic void compositePreManipulating(LineManipulationEvent event)
CompositeLine starts.
event - the LineManipulationEvent event instanceLineManipulationEventpublic void compositeManipulating(LineManipulationEvent event)
This method is called while a CompositeLine is being
manipulated.
Notice that this method is only called while interaction with the
CompositeLine is taking place and not when manipulate it by
the interface methods.
event - the LineManipulationEvent event instanceLineManipulationEventpublic void compositePostManipulating(LineManipulationEvent event)
CompositeLine has been
manipulated.
event - the LineManipulationEvent event instanceLineManipulationEventpublic void compositePreMoving(LineMoveEvent event)
CompositeLine is being moved
around.
event - the LineMoveEvent event instance- See Also:
LineMoveEventpublic void compositeMoving(LineMoveEvent event)
This method is called while a CompositeLine is being moved
around.
Notice that this method is only called while interaction with the
CompositeLine is taking place and not when moving it by the
interface methods.
event - the LineMoveEvent event instance- See Also:
LineMoveEventpublic void compositePostMoving(LineMoveEvent event)
CompositeLine has been moved.
event - the LineMoveEvent event instance- See Also:
LineMoveEvent
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||