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

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

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

import com4j.*;

@IID("{26466EE1-9393-11D2-877C-00C04FB9C401}")
public abstract class ISelectedLinesEvents {
  // Methods:
  /**
   */

  @DISPID(1)
  public void copy() {
        throw new UnsupportedOperationException();
  }


  /**
   */

  @DISPID(2)
  public void beginCut() {
        throw new UnsupportedOperationException();
  }


  /**
   */

  @DISPID(3)
  public void endCut() {
        throw new UnsupportedOperationException();
  }


  /**
   */

  @DISPID(4)
  public void beginPaste() {
        throw new UnsupportedOperationException();
  }


  /**
   */

  @DISPID(5)
  public void endPaste() {
        throw new UnsupportedOperationException();
  }


  // Properties:
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy