| com.pdftron.demo.asynctask.PopulateFolderTask.Callback |
Known Indirect Subclasses
|
Callback interface invoked regarding PopulateFolderTask.
| 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.
| ||||||||||
Called when the task has been terminated.
Called when the task has updated file info list, after this callback the recursive folders/files will be populated.
| currentFolder | The current folder |
|---|
Called when the task has started.