Interface ServiceFaultListener


public interface ServiceFaultListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onServiceFault(org.eclipse.milo.opcua.stack.core.types.structured.ServiceFault serviceFault)
    A ServiceFault has occurred.
  • Method Details

    • onServiceFault

      void onServiceFault(org.eclipse.milo.opcua.stack.core.types.structured.ServiceFault serviceFault)
      A ServiceFault has occurred.
      Parameters:
      serviceFault - the ServiceFault.