app / sg.edu.ntu.scse.cz2006.gymbuddies.tasks / SearchGym / OnComplete

OnComplete

interface OnComplete

Interface for when the task completes

Functions

onComplete

Callback function called when the task completes with the corresponding result

abstract fun onComplete(result: ArrayList<FavGymObject>): Unit