public interface AsyncOperationListener
AsyncOperation.| Modifier and Type | Method and Description |
|---|---|
void |
onAsyncOperationCompleted(AsyncOperation operation)
Note, that the operation may not have been successful, check
AsyncOperation.isFailed() and/or AsyncOperation.getThrowable() for error situations. |
void onAsyncOperationCompleted(AsyncOperation operation)
AsyncOperation.isFailed() and/or AsyncOperation.getThrowable() for error situations.Available under the Apache License, Version 2.0 - Copyright © 2011-2016 greenrobot.org. All Rights Reserved.