org.simantics.databoard.channel
Interface AsyncRequest.RequestListener

Enclosing interface:
AsyncRequest

public static interface AsyncRequest.RequestListener


Method Summary
 void onCompleted(java.lang.Object result)
          Request completed, the result is available
 void onError(ServiceException error)
          There was an error in processing the request
 

Method Detail

onCompleted

void onCompleted(java.lang.Object result)
Request completed, the result is available

Parameters:
result - the result

onError

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

Parameters:
error - the error