com.nativex.common
Interface OnTaskCompletedListener


public interface OnTaskCompletedListener

Designed to notify when a task is completed.

Author:
Anton Donchev

Method Summary
 void onTaskCompleted(String result)
          Fires when the task executed is completed.
 

Method Detail

onTaskCompleted

void onTaskCompleted(String result)
Fires when the task executed is completed.

Parameters:
result - String. The response from the server.