android.app
Interface IWallpaperServiceCallback
- All Superinterfaces:
- IInterface
- All Known Implementing Classes:
- IWallpaperServiceCallback.Stub
public interface IWallpaperServiceCallback
- extends IInterface
Callback interface used by IWallpaperService 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.
onWallpaperChanged
void onWallpaperChanged()
throws RemoteException
- Called when the wallpaper has changed
- Throws:
RemoteException
Please submit a feedback, bug or feature