|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.composite.event.BaseCompositeAdapter
com.tensegrity.composite.event.CompositeLineAdapter
The CompositeLineAdapter class implements the
CompositeLineListener interface and overrides all methods
declared there with methods which have no functionality inside. So that, when
creating a CompositeLineListener not all of the methods have to
be overridden, only the methods which are from interest.
| Constructor Summary | |
CompositeLineAdapter()
Constructor for 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 class com.tensegrity.composite.event.BaseCompositeAdapter |
mouseClick, mouseDown, mouseEnter, mouseExit, mouseUp, postSelect, preSelect |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.tensegrity.composite.event.BaseCompositeListener |
mouseClick, mouseDown, mouseEnter, mouseExit, mouseUp, postSelect, preSelect |
| Constructor Detail |
public CompositeLineAdapter()
| Method Detail |
public void compositePreManipulating(LineManipulationEvent event)
CompositeLineListenerCompositeLine starts.
compositePreManipulating in interface CompositeLineListenerevent - the LineManipulationEvent event instanceLineManipulationEventpublic void compositeManipulating(LineManipulationEvent event)
CompositeLineListener
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.
compositeManipulating in interface CompositeLineListenerevent - the LineManipulationEvent event instanceLineManipulationEventpublic void compositePostManipulating(LineManipulationEvent event)
CompositeLineListenerCompositeLine has been
manipulated.
compositePostManipulating in interface CompositeLineListenerevent - the LineManipulationEvent event instanceLineManipulationEventpublic void compositeChanged(LineChangedEvent event)
CompositeLineListenerCompositeLine has been
changed but for the change is no specialized callback defined.
compositeChanged in interface CompositeLineListenerevent - the LineChangedEventLineChangedEventpublic void compositePreMoving(LineMoveEvent event)
CompositeLineListenerCompositeLine is being moved
around.
compositePreMoving in interface CompositeLineListenerevent - the LineMoveEvent event instance- See Also:
LineMoveEventpublic void compositeMoving(LineMoveEvent event)
CompositeLineListener
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.
compositeMoving in interface CompositeLineListenerevent - the LineMoveEvent event instance- See Also:
LineMoveEventpublic void compositePostMoving(LineMoveEvent event)
CompositeLineListenerCompositeLine has been moved.
compositePostMoving in interface CompositeLineListenerevent - the LineMoveEvent event instance- See Also:
LineMoveEvent
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||