|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IMotionContainerListener | |
|---|---|
| com.kuka.geometry | This package contains interfaces and classes for the KUKA scene graph and geometry model. |
| com.kuka.motion | This package contains interfaces and classes for the KUKA motion model. |
| Uses of IMotionContainerListener in com.kuka.geometry |
|---|
| Methods in com.kuka.geometry with parameters of type IMotionContainerListener | |
|---|---|
IMotionContainer |
World.move(IMotion motion,
IMotionContainerListener listener)
Not supported for World. |
IMotionContainer |
SpatialObject.move(IMotion motion,
IMotionContainerListener listener)
|
IMotionContainer |
ObjectFrame.move(IMotion motion,
IMotionContainerListener listener)
|
IMotionContainer |
World.moveAsync(IMotion motion,
IMotionContainerListener listener)
Not supported for World. |
IMotionContainer |
SpatialObject.moveAsync(IMotion motion,
IMotionContainerListener listener)
|
IMotionContainer |
ObjectFrame.moveAsync(IMotion motion,
IMotionContainerListener listener)
|
| Uses of IMotionContainerListener in com.kuka.motion |
|---|
| Classes in com.kuka.motion that implement IMotionContainerListener | |
|---|---|
class |
MotionContainerListenerAdapter
Adapter class for IMotionContainerListener without any additional implementation. |
| Methods in com.kuka.motion with parameters of type IMotionContainerListener | |
|---|---|
IMotionContainer |
IMotionExecutor.execute(ObjectFrame motionFrame,
IMotion motion,
IMotionContainerListener listener)
Executes the given command synchronously. |
IMotionContainer |
IMotionExecutor.executeAsync(ObjectFrame motionFrame,
IMotion motion,
IMotionContainerListener listener)
Executes the given motion asynchronously. |
IMotionContainer |
IMovable.move(IMotion motion,
IMotionContainerListener listener)
Moves this object according to the given motion. |
IMotionContainer |
IMovable.moveAsync(IMotion motion,
IMotionContainerListener listener)
Moves this frame according to the given motion. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||