Android
android.media
public interface

android.media.IMediaScannerListener

android.media.IMediaScannerListener IInterface
Nested Classes
IMediaScannerListener.Stub Local-side IPC implementation stub class. 
Known Indirect Subclasses

Summary

Public Methods

          void  scanCompleted(String path, Uri uri)
Called when a IMediaScannerService.scanFile() call has completed.
Methods inherited from interface android.os.IInterface

Details

Public Methods

public void scanCompleted(String path, Uri uri)

Called when a IMediaScannerService.scanFile() call has completed.

Parameters

path the path to the file that has been scanned.
uri the Uri for the file if the scanning operation succeeded and the file was added to the media database, or null if scanning failed.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48