com.github.wshackle.fanuc.robotserver.events.IGroupPositionEvents Maven / Gradle / Ivy
The newest version!
package com.github.wshackle.fanuc.robotserver.events;
import com4j.*;
@IID("{18B02B4D-9DA9-11D1-B73B-00C04FB9E76B}")
public abstract class IGroupPositionEvents {
// Methods:
/**
*
* Occurs after the position is changed.
*
*/
@DISPID(1)
public void change() {
throw new UnsupportedOperationException();
}
// Properties:
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy