null
, this method can be used totransfer the cancelled or failure state to a ServerCallback
. If the call to the structure retriever was cancelled, the callback's cancelled()
method is called. If an error occurred, the error is passed on to the callback's caught(Throwable)
method. This is a no-op if the structure retriever completed its task successfully.
@param callback the ServerCallback
to update
|
|