IWallpaperManagerCallbackpublic interface IWallpaperManagerCallback implements android.os.IInterfaceCallback interface used by IWallpaperManager to send asynchronous
notifications back to its clients. Note that this is a
one-way interface so the server does not block waiting for the client. |
Methods Summary |
---|
public void | onWallpaperChanged()Called when the wallpaper has changed
|
|