com.github.wshackle.fanuc.robotserver.events.ICurGroupPositionEvents Maven / Gradle / Ivy
The newest version!
package com.github.wshackle.fanuc.robotserver.events;
import com4j.*;
@IID("{2BF7E386-87A9-11D1-B765-00C04FBBE42A}")
public abstract class ICurGroupPositionEvents {
// Methods:
/**
*
* Occurs when the current position on the controller is changed.
*
*/
@DISPID(1)
public void change() {
throw new UnsupportedOperationException();
}
// Properties:
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy