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