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 GPLv3 - Copyright © 2011-2015 greenrobot.de. All Rights Reserved.