Since: API Level 1
public static interface

WebView.PictureListener

android.webkit.WebView.PictureListener

Class Overview

Interface to listen for new pictures as they change.

Summary

Public Methods
abstract void onNewPicture(WebView view, Picture picture)
Notify the listener that the picture has changed.

Public Methods

public abstract void onNewPicture (WebView view, Picture picture)

Since: API Level 1

Notify the listener that the picture has changed.

Parameters
view The WebView that owns the picture.
picture The new picture.