|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.motionModel.MotionContainerAdapter
public class MotionContainerAdapter
Default implementation of the IMotionContainerListener interface.
Does nothing.
| Constructor Summary | |
|---|---|
MotionContainerAdapter()
|
|
| Method Summary | |
|---|---|
void |
containerFinished(IMotionContainer container)
Invoked when all motions inside the container have been finished. |
void |
motionFinished(IMotion motion)
Invoked when the specified motion has finished. |
void |
motionStarted(IMotion motion)
Invoked when the execution of the specified motion was started. |
void |
onStateChanged(IExecutionContainer container,
ExecutionState state)
Called when the state of the container changed it's state. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MotionContainerAdapter()
| Method Detail |
|---|
public void motionStarted(IMotion motion)
IMotionContainerListener
motionStarted in interface IMotionContainerListenermotion - started motion.public void motionFinished(IMotion motion)
IMotionContainerListener
motionFinished in interface IMotionContainerListenermotion - the motion that has finished.public void containerFinished(IMotionContainer container)
IMotionContainerListener
containerFinished in interface IMotionContainerListenercontainer - the finished motion container
public void onStateChanged(IExecutionContainer container,
ExecutionState state)
IContainerStateListener
onStateChanged in interface IContainerStateListenercontainer - The container which changed it's state.state - The actual state of the container.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||