public class ConnectionCompletionHandler extends Object implements CompletionHandler<Void,ConnectionCompletionVo>
| 构造器和说明 |
|---|
ConnectionCompletionHandler() |
public void completed(Void result, ConnectionCompletionVo attachment)
completed 在接口中 CompletionHandler<Void,ConnectionCompletionVo>result - attachment - public void failed(Throwable throwable, ConnectionCompletionVo attachment)
failed 在接口中 CompletionHandler<Void,ConnectionCompletionVo>throwable - attachment - Copyright © 2019. All rights reserved.