com.github.wshackle.fanuc.robotserver.events.ICurPositionEvents Maven / Gradle / Ivy
The newest version!
package com.github.wshackle.fanuc.robotserver.events;
import com4j.*;
@IID("{EF22631E-87A8-11D1-B765-00C04FBBE42A}")
public abstract class ICurPositionEvents {
// Methods:
/**
*
* Occurs when the robot position changes. Returns an array of which motion group positions have changed.
*
* @param groupList Mandatory java.lang.Object parameter.
*/
@DISPID(1)
public void change(
java.lang.Object groupList) {
throw new UnsupportedOperationException();
}
// Properties:
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy