Android
android.webkit
public static interface

android.webkit.WebView.PictureListener

android.webkit.WebView.PictureListener

Interface to listen for new pictures as they change.

Summary

Public Methods

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

Details

Public Methods

public void onNewPicture(WebView view, Picture picture)

Notify the listener that the picture has changed.

Parameters

view The WebView that owns the picture.
picture The new picture.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56