|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MotionContainerState | |
|---|---|
| com.kuka.motion | This package contains interfaces and classes for the KUKA motion model. |
| Uses of MotionContainerState in com.kuka.motion |
|---|
| Methods in com.kuka.motion that return MotionContainerState | |
|---|---|
MotionContainerState |
IMotionContainer.getState()
Returns the current state of this motion container. |
static MotionContainerState |
MotionContainerState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MotionContainerState[] |
MotionContainerState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.kuka.motion with parameters of type MotionContainerState | |
|---|---|
void |
MotionContainerListenerAdapter.onContainerStateChanged(IMotionContainer container,
MotionContainerState state)
|
void |
IMotionContainerListener.onContainerStateChanged(IMotionContainer container,
MotionContainerState state)
Invoked when the motion container changed its state. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||