com.nativex.common
Interface OnBaseTaskCompletedListener


public interface OnBaseTaskCompletedListener

Notifies whenever a task is completed.

Author:
Anton Donchev

Method Summary
 void taskCompleted(int count)
          Fires when the task is completed
 

Method Detail

taskCompleted

void taskCompleted(int count)
Fires when the task is completed

Parameters:
count - Integer. The number of successfully executed requests.