MapTrip SDK Android Manual 9.9.7
TaskListener Interface Reference
+ Inheritance diagram for TaskListener:

Public Member Functions

void taskFinished (BaseTask task)
 
void taskProgress (BaseTask task)
 

Member Function Documentation

◆ taskFinished()

void taskFinished ( BaseTask  task)

Called as soon as the task is finished.

Parameters
task- the task that is calculated, it can be used to obtain the return value and dependent on the task, a possible result object

Implemented in DataSetHelper.

◆ taskProgress()

void taskProgress ( BaseTask  task)

regularly called while the task is progressing. The calling frequency depends on the specific calculation of the task.

Parameters
task- the task that is calculated, it can be used to obtain the progress value

Implemented in DataSetHelper.


The documentation for this interface was generated from the following file: