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

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

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

import com4j.*;

@IID("{D6219FE0-87A0-11D1-B765-00C04FBBE42A}")
public abstract class IPositionEvents {
  // Methods:
  /**
   * 

* Occurs after the position is changed. *

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy