Since: API Level 1
public static interface

WebView.PictureListener

android.webkit.WebView.PictureListener

This interface is deprecated.
This interface is now obsolete.

Class Overview

Interface to listen for new pictures as they change.

Summary

Public Methods
abstract void onNewPicture(WebView view, Picture picture)
This method is deprecated. This method is now obsolete.

Public Methods

public abstract void onNewPicture (WebView view, Picture picture)

Since: API Level 1

This method is deprecated.
This method is now obsolete.

Notify the listener that the picture has changed.

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