public static interface

PopulateFolderTask.Callback

com.pdftron.demo.asynctask.PopulateFolderTask.Callback
Known Indirect Subclasses

Class Overview

Callback interface invoked regarding PopulateFolderTask.

Summary

Public Methods
abstract void onPopulateFolderTaskFinished()
Called when the task has been terminated.
abstract void onPopulateFolderTaskProgressUpdated(File currentFolder)
Called when the task has updated file info list, after this callback the recursive folders/files will be populated.
abstract void onPopulateFolderTaskStarted()
Called when the task has started.

Public Methods

public abstract void onPopulateFolderTaskFinished ()

Called when the task has been terminated.

public abstract void onPopulateFolderTaskProgressUpdated (File currentFolder)

Called when the task has updated file info list, after this callback the recursive folders/files will be populated.

Parameters
currentFolder The current folder

public abstract void onPopulateFolderTaskStarted ()

Called when the task has started.