public static interface

ReflowControl.ReflowUrlLoadedListener

com.pdftron.pdf.controls.ReflowControl.ReflowUrlLoadedListener

Summary

Public Methods
abstract boolean onReflowExternalUrlLoaded(WebView view, String url)
Called when an external URL is about to be loaded.
abstract boolean onReflowInternalUrlLoaded(WebView view, String url)
Called when an internal URL is about to be loaded.

Public Methods

public abstract boolean onReflowExternalUrlLoaded (WebView view, String url)

Called when an external URL is about to be loaded.

Parameters
view The WebView that is initiating the callback.
url The URL to be loaded.
Returns
  • True if the link was handled.

public abstract boolean onReflowInternalUrlLoaded (WebView view, String url)

Called when an internal URL is about to be loaded.

Parameters
view The WebView that is initiating the callback.
url The URL to be loaded.
Returns
  • True if the link was handled.