com.github.wshackle.fanuc.robotserver.events.IIndGroupPositionEvents Maven / Gradle / Ivy
The newest version!
package com.github.wshackle.fanuc.robotserver.events;
import com4j.*;
@IID("{82DDCEA2-3608-404D-90B2-E636F7E7DDD8}")
public abstract class IIndGroupPositionEvents {
// Methods:
/**
*
* Occurs after the position is changed.
*
*/
@DISPID(1)
public void change() {
throw new UnsupportedOperationException();
}
// Properties:
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy