Interface ServiceFaultListener
public interface ServiceFaultListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidonServiceFault(org.eclipse.milo.opcua.stack.core.types.structured.ServiceFault serviceFault) AServiceFaulthas occurred.
-
Method Details
-
onServiceFault
void onServiceFault(org.eclipse.milo.opcua.stack.core.types.structured.ServiceFault serviceFault) AServiceFaulthas occurred.- Parameters:
serviceFault- theServiceFault.
-