|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMotionContainerListener
Event listener interface that provides events for the states of motions for a motion container.
| 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. |
| Methods inherited from interface com.kuka.roboticsAPI.executionModel.IContainerStateListener |
|---|
onStateChanged |
| Method Detail |
|---|
void motionStarted(IMotion motion)
motion - started motion.void motionFinished(IMotion motion)
motion - the motion that has finished.void containerFinished(IMotionContainer container)
container - the finished motion container
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||