I am subtyping WebView so that I can override WebView#onPageFinished and raise some events. I call WebView#onPause at some point, and set a member variable to be null. My question is whether I need to worry about being called WebView#onPageFinished after that? The event that is raised expects the member variable to not be null. If WebView#onPageFinished can be called after onPause, then I would need extra logic to deal with it.
Thanks Shri -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en