com.github.wshackle.fanuc.robotserver.events.ISysGroupPositionEvents Maven / Gradle / Ivy
The newest version!
package com.github.wshackle.fanuc.robotserver.events;
import com4j.*;
@IID("{6EA7D4AD-381C-11D1-B6FE-00C04FB9E76B}")
public abstract class ISysGroupPositionEvents {
// Methods:
/**
*
* Occurs after the position is changed.
*
*/
@DISPID(1)
public void change() {
throw new UnsupportedOperationException();
}
/**
*
* Occurs when the position?s comment is changed.
*
*/
@DISPID(2)
public void commentChange() {
throw new UnsupportedOperationException();
}
// Properties:
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy