/**@class android.webkit.WebView.PictureListener Interface to listen for new pictures as they change. @deprecated This interface is now obsolete. */ var PictureListener = { /**Used to provide notification that the WebView's picture has changed. See {@link android.webkit.WebView#capturePicture} for details of the picture. @param {Object {WebView}} view the WebView that owns the picture @param {Object {Picture}} picture the new picture. Applications targeting {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2} or above will always receive a null Picture. @deprecated Deprecated due to internal changes. */ onNewPicture : function( ) {}, };