|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<MobilePlatformLockManager>
com.kuka.roboticsAPI.deviceModel.kmp.MobilePlatformLockManager
public enum MobilePlatformLockManager
A singleton responsible for mobile platform lock events.
| Enum Constant Summary | |
|---|---|
INSTANCE
A singleton instance of the class. |
|
| Method Summary | |
|---|---|
void |
lockAllMotions()
Locks all motions. |
void |
lockProgrammedMotions()
Locks programmed motions. |
void |
setMovementLockListener(IMovementLockListener movementLockListener)
Sets the movement lock listener. |
void |
unlockAllMotions()
Unlocks all motions. |
void |
unlockProgrammedMotions()
Unlocks programmed motions. |
static MobilePlatformLockManager |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MobilePlatformLockManager[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final MobilePlatformLockManager INSTANCE
| Method Detail |
|---|
public static MobilePlatformLockManager[] values()
for (MobilePlatformLockManager c : MobilePlatformLockManager.values()) System.out.println(c);
public static MobilePlatformLockManager valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic void setMovementLockListener(IMovementLockListener movementLockListener)
movementLockListener - A movement lock listener instance.public void lockProgrammedMotions()
public void unlockProgrammedMotions()
public void lockAllMotions()
public void unlockAllMotions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||