app / sg.edu.ntu.scse.cz2006.gymbuddies.tasks / ParseGymDataFile / Callback

Callback

interface Callback

Internal interface to handle callbacks

Functions

onComplete

Callback function executed when the task completes with the corresponding results

abstract fun onComplete(results: HashMap<MarkerOptions, GymShell>?): Unit