org.opcfoundation.ua.transport
Interface ResultListener<T>


public interface ResultListener<T>

Result listener. Used with AsyncResult.


Method Summary
 void onCompleted(T result)
          Request completed, the result is available
 void onError(ServiceResultException error)
          There was an error in processing the request
 

Method Detail

onCompleted

void onCompleted(T result)
Request completed, the result is available

Parameters:
result - the result

onError

void onError(ServiceResultException error)
There was an error in processing the request

Parameters:
error - the error


Copyright © 2018. All rights reserved.