com.github.wshackle.fanuc.robotserver.events.ITPLabelsEvents Maven / Gradle / Ivy
The newest version!
package com.github.wshackle.fanuc.robotserver.events;
import com4j.*;
@IID("{90E827A1-DCDB-11D0-A083-00A02436CF7E}")
public abstract class ITPLabelsEvents {
// Methods:
/**
* @param label Mandatory com.github.wshackle.fanuc.robotserver.ITPLabel parameter.
*/
@DISPID(1)
public void create(
com.github.wshackle.fanuc.robotserver.ITPLabel label) {
throw new UnsupportedOperationException();
}
/**
* @param label Mandatory com.github.wshackle.fanuc.robotserver.ITPLabel parameter.
*/
@DISPID(2)
public void change(
com.github.wshackle.fanuc.robotserver.ITPLabel label) {
throw new UnsupportedOperationException();
}
/**
* @param label Mandatory com.github.wshackle.fanuc.robotserver.ITPLabel parameter.
*/
@DISPID(3)
public void delete(
com.github.wshackle.fanuc.robotserver.ITPLabel label) {
throw new UnsupportedOperationException();
}
// Properties:
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy