Add documentation referencing other implementation.

This commit is contained in:
Marcel Kinard 2014-06-09 15:50:20 -04:00
parent b407641049
commit 483babe3bc

View File

@ -107,6 +107,7 @@ public class CordovaChromeClient extends WebChromeClient {
* @param url
* @param message
* @param result
* @see Other implementation in the Dialogs plugin.
*/
@Override
public boolean onJsAlert(WebView view, String url, String message, final JsResult result) {
@ -150,6 +151,7 @@ public class CordovaChromeClient extends WebChromeClient {
* @param url
* @param message
* @param result
* @see Other implementation in the Dialogs plugin.
*/
@Override
public boolean onJsConfirm(WebView view, String url, String message, final JsResult result) {
@ -204,6 +206,7 @@ public class CordovaChromeClient extends WebChromeClient {
* @param message
* @param defaultValue
* @param result
* @see Other implementation in the Dialogs plugin.
*/
@Override
public boolean onJsPrompt(WebView view, String url, String message, String defaultValue, JsPromptResult result) {