FileListingService.IListingReceiver

public static interface FileListingService.IListingReceiver

com.android.ddmlib.FileListingService.IListingReceiver


Классы, реализующие этот интерфейс, предоставляют метод, который обрабатывает асинхронный результат команды ls на устройстве.

Краткое содержание

Публичные методы

abstract void refreshEntry ( FileListingService.FileEntry entry)
abstract void setChildren ( FileListingService.FileEntry entry, FileEntry[] children)

Публичные методы

refreshEntry

public abstract void refreshEntry (FileListingService.FileEntry entry)

Параметры
entry FileListingService.FileEntry

setChildren

public abstract void setChildren (FileListingService.FileEntry entry, 
                FileEntry[] children)

Параметры
entry FileListingService.FileEntry

children FileEntry