All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.wshackle.fanuc.robotserver.events.ITPProgramEvents Maven / Gradle / Ivy

The newest version!
package com.github.wshackle.fanuc.robotserver.events;

import com4j.*;

@IID("{F96C81C1-DCD9-11D0-A083-00A02436CF7E}")
public abstract class ITPProgramEvents {
  // Methods:
  /**
   * 

* Occurs after a program is deleted. *

*/ @DISPID(1) public void delete() { throw new UnsupportedOperationException(); } /** *

* Occurs after an attribute is changed. *

* @param attr Mandatory com.github.wshackle.fanuc.robotserver.FREAttributeConstants parameter. */ @DISPID(2) public void attrChange( com.github.wshackle.fanuc.robotserver.FREAttributeConstants attr) { throw new UnsupportedOperationException(); } /** *

* Occurs after a TP program is reloaded. *

*/ @DISPID(3) public void refresh() { throw new UnsupportedOperationException(); } /** *

* Occurs after a program?s variables are reloaded. *

*/ @DISPID(4) public void refreshVars() { throw new UnsupportedOperationException(); } /** *

* Occurs after a program is renamed. *

*/ @DISPID(5) public void rename() { throw new UnsupportedOperationException(); } /** *

* Occurs after a TP program?s subtype is changed. *

*/ @DISPID(6) public void subTypeChange() { throw new UnsupportedOperationException(); } // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy