public interface BrowserNavigationCallback
Modifier and Type | Method and Description |
---|---|
boolean |
shouldNavigate(String url)
Important: Calls to this interface are always performed on a separate
thread from the EDT! They are performed on the native webkit rendering
thread or native event dispatch thread, this interface MUST NEVER block
or synchronize against the EDT which WILL lead to deadlocks.
|
boolean shouldNavigate(String url)
url
- the URL requested