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

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

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

import com4j.*;

@IID("{797CEA11-DD7B-11D2-8A28-00105AE42A59}")
public abstract class ITPScreenEvents {
  // Methods:
  /**
   * @param keyCode Mandatory int parameter.
   */

  @DISPID(1)
  public void keyDown(
    int keyCode) {
        throw new UnsupportedOperationException();
  }


  /**
   * @param keyCode Mandatory int parameter.
   */

  @DISPID(2)
  public void keyUp(
    int keyCode) {
        throw new UnsupportedOperationException();
  }


  // Properties:
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy