RESULT - The type of result returned by the execution.public interface PostExecutionListener<RESULT>
| Modifier and Type | Method and Description |
|---|---|
void |
onPostExecute(List<Object> params,
RESULT returnedObject)
Method called after the operation is executed.
|
void onPostExecute(List<Object> params, RESULT returnedObject)
params - The parameters of the operation. For instance methods, the first parameter is the instance
executing the method.returnedObject - The result of the AtlanticLambda call.Copyright © 2018. All rights reserved.