com.github.wshackle.fanuc.robotneighborhood.events._IRNServiceEvents Maven / Gradle / Ivy
The newest version!
package com.github.wshackle.fanuc.robotneighborhood.events;
import com4j.*;
/**
* _IRNServiceEvents Interface
*/
@IID("{1F9317DE-1A2F-4705-AEBD-7BAE4BCB2FD6}")
public abstract class _IRNServiceEvents {
// Methods:
/**
*
* This event notifies the client when a service has changed state on the controller.
*
* @param state Mandatory com.github.wshackle.fanuc.robotneighborhood.FRERNServiceStateConstants parameter.
*/
@DISPID(1)
public void onStateChange(
com.github.wshackle.fanuc.robotneighborhood.FRERNServiceStateConstants state) {
throw new UnsupportedOperationException();
}
// Properties:
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy