public interface

AsyncTaskListener

com.vidinoti.android.vdarsdk.audio.AsyncTaskListener
Known Indirect Subclasses

Class Overview

Created by loris on 06.02.18. This interface provide functions to pass information from an AsyncTask to a listener, for example an activity that has executed the AsyncTask. It is used by the DownloadResource class and must be implemented by all classes that use it.

Summary

Public Methods
abstract void onTaskCompleted()

Public Methods

public abstract void onTaskCompleted ()