com.github.wshackle.fanuc.robotserver.events.IIndPositionEvents Maven / Gradle / Ivy
The newest version!
package com.github.wshackle.fanuc.robotserver.events;
import com4j.*;
@IID("{0872A5E4-398C-46A3-989D-1E9B1BCA72DC}")
public abstract class IIndPositionEvents {
// Methods:
/**
*
* Occurs after the position is changed.
*
* @param groupNum Mandatory short parameter.
*/
@DISPID(1)
public void change(
short groupNum) {
throw new UnsupportedOperationException();
}
// Properties:
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy